Bitez is a FullStack application. I wanted to create a food app that could display multiple food offerings, give the option to add various products to your shopping cart, remove them but also be able to pay for them. The user is also able to filter by categories of food.
To see a full demo of the project, please go --> here
1. To run the project locally please clone the repo:
git clone
2. Change to /admin and run:
npm run dev
3. Change to /Frontend and run:
npm run dev
4. Change to /Backend to run the server:
npm run dev
Technologies used in the project:
- JavaScript
- React
- Express.JS
- MongoDB
- Node.JS