This API was developed with the aim of registering and controlling barbecues.
In this API must be possible:
- Create, Read, Update and Delete Users
- Create, Read, Update and Delete Barbecues
- Authenticate registered Users
That API must serve This FrontEnd application from Icaro Apolo
Link for Api Documentation
Create the .env
file based on .env.example
file.
composer install #to install project dependencies
php artisan migrate --seed #to run database migrations and seed the database with fake data
php artisan storage:link #to create a symlink to storage folder
php artisan serve #to start development server
Developed By Alessandro Massarotti Jr 🤖