- a database models & connection PostgreSQL + doctrine
- a GraphQL API for the React front client.
- Symfony CLI
- Docker
- If you already have Symfony CLI locally, you're done!
make
make install
make db.install
make db.fixtures
make lint
make test
Warning
Don't forget to make install before and init db + fixtures.
make serve
make stop
- How to authenticate as a User for GraphiQL console
- Tests & debug
- Fixtures & stories
- Working with ULIDs
- GraphiQL: how to trigger queries and mutations
- Usecase: how to trigger the forgot password
- PhpStorm GraphQL Extension: provides GraphQL support in PhpStorm as well as syntax highlight, schema discovery and autocompletion.
- PhpStorm UUID/ULID Generator Extension: provides UUID/ULID generation in PhpStorm.