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
# for npm
npm install
# for yarn
yarn install
# for pnpm
pnpm install
Copy the .env.example to .env and update the below environment value
cp .env.example .env
# .env
PORT=4000
MONGO_URI=mongodb://localhost/node-react-real-time-pizza-order-app
COOKIE_SECRET=thisismysecret
# for npm
npm run start
# for yarn
yarn run start
# for pnpm
pnpm run start
👤 Sumanta Kabiraj
- Website: https://sumantakabiraj.com
- Twitter: @infysumanta
- Github: @infysumanta
- LinkedIn: @sumanta-kabiraj
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2023 Sumanta Kabiraj.
This project is ISC licensed.