It is a MERN stack application built for ease of hostel management.
- Login/Signup
- Admin Panel
- Registration of new students
- Marking attendance
- Handeling complaints
- Managing mess
- Generating invoices
- Handeling suggestions
- Student Panel
- Viewing attendance
- Requesting mess off
- Viewing invoices
- Making complaints
- Making suggestions
Install Node.js and MongoDB on your system.
Clone the repository and install the dependencies.
cd client
npm icd ../server
npm icd ../
npm i -g concurrently- Create a mongodb database named
hostel - Create collections and given names like for
hostel.users.json-->usersin mongoCollections - Add data by importing file like
hostel.users.json
npm run dev