docker-compose up -dYour project will be accessible at https://localhost
- Start the stack
- Run phpunit tests
- Create a "user" entity (without all the security)
- Field are email & a password
- Add APi route
- Add field validation (email must be an email & password )
- Generate migrations
- Add tests to prove that we can create a user entity
- If this was a real application, how will you secure the API ?
- checkout the test-2 branch