Elevate your cafe with our intuitive online management system. Seamlessly order food and manage bills, enhancing efficiency and customer satisfaction. Revolutionize your cafe experience today.MU_Cafeteria is the ideal solution to modernize the way cafe businesses operate in the digital age.
Clone the project
git clone https://github.com/emranCoder/MU_Cafeteria
Go to the project directory
cd MU_Cafeteria
Install dependencies
npm install
Install dependencies for backend & frontend
npm run serve
First, navigate to the backend folder and rename the .env.example file to .env. Then, repeat this operation for the frontend folder by renaming its .env.example file to .env.
Additionally, remember to add your email and password to these .env files. Without this information, the system will not be able to send OTPs, and the registration process will not function correctly.
Start the server
npm run both
If nodemon is not installed on your system then globally must be installed. Open cmd
npm install -g nodemon
- User Authentication
- Menu Management
- Order Placement
- Admin Panel
- News Feed
- Staffs Record
Client: React, Redux, TailwindCSS, HTML, CSS, MaterialUI, Daisyui
Server: Node, Express, nodemon, cross, JWT
Database: MongoDB