This API is the back-end for the Running Project. Various end-points have be programmed intot this API which are utilised on the front-end.
- Allow the front-end to view data from the API
- GET/POST/DELETE functions within the API with various data
- mySQL
- PHP Symfony
- To view database details go to the
.envfile - To run the server:
php bin/console server:start
- More end points as the front-end functionality increases
- Deploy API to AWS