🚀 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