Api to upload any type of file, compress and store them, photos, music and videos
To create the data base
php artisan migrate
Create the development server
php -S localhost:8000 -t ./public/
API paths for files:
JSON
{
"file": File.jpg | File.mp3 | File.mp4
}
JSON
{
"file": File.jpg | File.mp3 | File.mp4
"_method": "PUT"
}