Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.91 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.91 KB

Barbecue-Api

GitHub language count GitHub Top Language

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

Sumary

Database

diagrama

config

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

Tools



Developed By Alessandro Massarotti Jr 🤖