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 upWait for the first step, then reset the database with following the command:
docker-compose exec -u $UID php php bin/console.php mig:resIn 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 stanPublic HTTP API provided by this demo.
Default http address is: http://172.22.0.20.