Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Ordering Application

Tech Stack

  • Frontend : React, Tailwind CSS
  • Backend : Laravel
  • Database : MySQL

Features

  • order multiple pizzas
  • view orders
  • customize the pizza with additional ingredients

Local Installation & Setup

Follow these steps to run the project locally.

In the api:

Create a .env and set up the db info
Run the following commands:
composer update
php artisan key:generate
Migrates all the tables and test data to the db
php artisan migrate:fresh --seed
php artisan serve

The frontend is located in a separate folder

Need node.js and npm
npm install
npm start
* If the api is not in localhost:8000 then modify the 'api' variable in "OrderActual.jsx, OrderList.jsx, CreatePizza.jsx and PizzaList.jsx"

About

see the Readme

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages