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 i
cd ../server
npm i
cd ../
npm i -g concurrently
- Create a mongodb database named
hostel
- Create collections and given names like for
hostel.users.json
-->users
in mongoCollections - Add data by importing file like
hostel.users.json
npm run dev
- AdminLogin
- ameenaafsar@gmail.com
- Password: ameenaafsar
- Login
- ahad@gmail.com
- Password: 12345678
MONGO_URI="mongodb://127.0.0.1:27017/hostel"
JWT_SECRET = "Anappleadaykeepsthedoctoraway"
Contributions are always welcome!😊