Skip to content

Alessandro-Massarotti-Jr/barbecue-api

Repository files navigation

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 🤖

About

Api for register and control barbecues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published