REST API using API Platform and Symfony.
- Importing a CSV list of results for a race
- Calculate the average finish time & placement of runners
- Showing the imported results
- Ability to edit a result
- Clone the repository
- Run
composer install - Run
bin/console doctrine:database:create && bin/console doctrine:migrations:migrate - Run
symfony serve -d
- Open
http://localhost:8000/apiin your browser to use the API
- Run `./vendor/bin/phpunit tests (GitHub Actions will run the tests automatically)
- [Ovidiu Gireada]