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_size
andupload_max_filesize
parameters 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/videos
returns all videosGET /api/videos/:id
returns the video with idGET /api/audios
returns all audiosGET /api/audios/:id
returns the audio with id