Alessandro-Massarotti-Jr / barbecue-api

Api for register and control barbecues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 79.8%Language:Blade 20.0%Language:JavaScript 0.2%