Project is on symfony, 6.3 Requires docker and docker compose
- Run
make up: it will download and run necessary containers- It needs port 80 to be free.
- Run
make shell - run
./bin/console doctrine:database:createto create database - run
./bin/console doctrine:migrations:migrateto migrate schemas
- To get in container run
make shell - Access on football.docker.localhost.