Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 704 Bytes

Pizza Shop For Innoscripta

Open a pizza 🍕 delivery business. This small web application built for ordering online pizza. Clients can choose a pizza, put it into a cart, and make an order.

Technologies

This web application uses a number of open source technologies

  • HTML5/SCSS/Bootstrap4
  • ReactJs
  • Redux
  • Nodejs/express
  • PostgresQL
  • Sequelize (ORM)
  • Heroku
  • Git, Github

Local Installation Guide

Clone the project, Here, Concurrently npm package used so client & server run at the same time.

cd pizza-shop-for-innoscripta
npm install && cd client
npm install && cd ..
npm run dev

Thank You!