This project will help to transform paper work into smart digial work in order to manage mes effectively.
- Single Page App (SPA) by ReactJS
- Create & Manage students account
- Wallet system and subscriptions
- Support for unregistered customers
- Create/View Orders
- Automatic Attendance for students
- Extra Security for admin account
- Auto deduct balance if student is absent from more than 2 days.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_URL = "API_URL"
REACT_APP_KEYPHRASE = "SECRET_KEYPHRASE"
Clone the project
git clone https://github.com/pathak404/mes-management-systemGo to the project directory
cd mes-management-systemInstall dependencies
npm installStart the server
npm start