Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesadhan/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.
https://github.com/mesadhan/pizza-shop-for-innoscripta
javascript nodejs reactjs
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mesadhan/pizza-shop-for-innoscripta
- Owner: mesadhan
- License: mit
- Created: 2020-06-23T23:01:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:05:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:18:00.131Z (almost 2 years ago)
- Topics: javascript, nodejs, reactjs
- Language: JavaScript
- Homepage: https://radiant-spire-14204.herokuapp.com/
- Size: 6.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.- [Product Live Demo.](https://radiant-spire-14204.herokuapp.com/)
### 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 devThank You!