• A platform that enables supermarkets to seamlessly handle
customer orders, billing, inventory management and statistics.
• The system caters to three distinct user roles: Manager, Staff and
Sales clerk each with specific access and capabilities.
• Steps to run this project on localhost:
- Clone this repository.
- Make sure you have installed NodeJS, Express, MongoDB, npm
- Start MongoDB server and create connection : Command for ubuntu: "sudo systemctl start mongod"
- Start backend: npm i, nodemon app