π Project: Canto - Canteen Management System
Excited to share Canto, a powerful canteen management solution developed with an incredible team! This project enhances both admin operations and user experience, streamlining the entire process.
π¨βπ» Admin Portal: Add and manage products π, dishes π², and track orders in real-time for smoother canteen operations.
π User Experience: Browse items, add them to the cart ποΈ, register, log in, and track orders with ease.
π» Interactive Design: Designed with both admin and user flows in mind for a seamless experience.
Frontend: React.js βοΈ
Backend: Node.js and Express.js π’
Database: MongoDB Atlas ποΈ
Authentication: bcrypt for user security π
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Step1
cd frontendStep2
npm iStep3
npm run devStep1
cd backendStep2
npm iStep3
node server.jsStep1
cd adminStep2
npm iStep3
npm run dev