Project created to start writing simple but extendable REST API with Symfony framework, Doctrine ORM and simple CQRS.
- Docker Compose
or setup by yourself with
- PHP 8.2
- Composer 2
- nginx
- Swagger UI
- MySQL/MariaDB
- mailcatcher
# start project containers
$ make up# install required vendors
$ make vendor
# run migrations
$ make dmm
# run data fixtures
$ make dflRead the documentation of Lexik JWT Authentication Bundle