This is a symfony 7.2 API using api platform for engineering thesis defence. This is part one of two consisting of backend service.
Download this repository and make sure you have ddev and docker installed.
- Start project
ddev start- Run migrations
ddev php bin/console doctrine:migrations:migrate- Fill database with starting data
ddev php bin/console doctrine:fixtures:load --env=dev --no-interaction- Generate keypair
ddev php bin/console lexik:jwt:generate-keypair --no-interaction --skip-if-exists