You need to have previously installed:
- php 7.1 or higher
- Composer
- For Linux or Mac
- For Windows
- MySQL 5.7 or higher
- To be able to upload file > 2 MB don't forget to update
post_max_sizeandupload_max_filesizeparameters in your server `php.ini file.
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
symfony server:start
GET /api/videosreturns all videosGET /api/videos/:idreturns the video with idGET /api/audiosreturns all audiosGET /api/audios/:idreturns the audio with id