https://github.com/infysumanta/node-react-real-time-pizza-order-app
Its a Pizza order apps user can order Pizza and see the status and admin can add items see and update it and upload the image and change the order status too, and can see user list and block the user
https://github.com/infysumanta/node-react-real-time-pizza-order-app
ejs expressjs nodejs online-shop pizza pizza-order pizza-order-shop-app pizzaorder
Last synced: 2 months ago
JSON representation
Its a Pizza order apps user can order Pizza and see the status and admin can add items see and update it and upload the image and change the order status too, and can see user list and block the user
- Host: GitHub
- URL: https://github.com/infysumanta/node-react-real-time-pizza-order-app
- Owner: infysumanta
- License: mit
- Created: 2022-12-13T08:43:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T19:49:37.000Z (about 2 years ago)
- Last Synced: 2025-01-12T08:32:33.895Z (4 months ago)
- Topics: ejs, expressjs, nodejs, online-shop, pizza, pizza-order, pizza-order-shop-app, pizzaorder
- Language: JavaScript
- Homepage: https://pizza-order-app.sumantakabiraj.com
- Size: 4.11 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Welcome to Realtime Pizza Booking App👋**

[](https://github.com/infysumanta/node-react-real-time-pizza-order-app#readme)
[](https://github.com/infysumanta/node-react-real-time-pizza-order-app/blob/master/LICENSE)
[](https://twitter.com/infysumanta)> Its a Pizza order apps user can order Pizza and see the status and admin can add items see and update it and upload the image and change the order status too, and can see user list and block the user
### 🏠 [Homepage](https://github.com/infysumanta/node-react-real-time-pizza-order-app#readme) ✨ [Demo](https://pizza-order-app.sumantakabiraj.com/)
## Install
```sh
# for npm
npm install# for yarn
yarn install# for pnpm
pnpm install
```## Setup
Copy the .env.example to .env and update the below environment value
```sh
cp .env.example .env
``````sh
# .env
PORT=4000
MONGO_URI=mongodb://localhost/node-react-real-time-pizza-order-app
COOKIE_SECRET=thisismysecret```
## Usage
```sh
# for npm
npm run start# for yarn
yarn run start# for pnpm
pnpm run start
```## Screenshots
| | |
| ---------------------------------------------- | ----------------------------------------------- |
|  |  |
| Home Page | User Cart Page |
|  |  |
| Login Page | Register Page |
|  |  |
| User Cart Page | User Order Details Page |
|  |  |
| Home Page | Admin Dashboard Page |
|  |  |
| Admin Menu Item Create Page | Admin Menu Item Update Page |
|  |  |
| Admin Order List Page | Admin Menu Items List Page |
|  | |
| Admin Users List Page | |## Author
👤 **Sumanta Kabiraj**
- Website: https://sumantakabiraj.com
- Twitter: [@infysumanta](https://twitter.com/infysumanta)
- Github: [@infysumanta](https://github.com/infysumanta)
- LinkedIn: [@sumanta-kabiraj](https://linkedin.com/in/sumanta-kabiraj)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/infysumanta/node-react-real-time-pizza-order-app/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [Sumanta Kabiraj](https://github.com/infysumanta).
This project is [ISC](https://github.com/infysumanta/node-react-real-time-pizza-order-app/blob/master/LICENSE) licensed.