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.
This web application uses a number of open source technologies
- HTML5/SCSS/Bootstrap4
- ReactJs
- Redux
- Nodejs/express
- PostgresQL
- Sequelize (ORM)
- Heroku
- Git, Github
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!