Scan code for TODO feature
.
Pick a feature that sounds interesting to you and implement it.
TODO features
are focused on design, database, testing and tooling.
The difficulty of each feature varies.
Create empty file and start composition
touch .env.local
docker-compose up
Wait for the first step, then reset the database with following the command:
docker-compose exec -u $UID php php bin/console.php mig:res
In order to run the tests, the docker composition has to be running.
docker-composer exec -u $UID php composer tests
docker-composer exec -u $UID php composer stan
Public HTTP API provided by this demo.
Default http address is: http://172.22.0.20.