- Noor Arora
- Diya Bansal
- Mithas Janbade
- Vidhi Sethi
This project addresses the need to streamline hostel management by digitizing tasks such as leave requests, mess fee adjustments, complaints, and room allocation, ensuring efficiency, transparency, and convenience for all stakeholders.
The solution is a comprehensive digital platform designed specifically for hostel management. It streamlines key processes like managing leave requests, mess fee adjustments, complaints, and room allocation. By automating these tasks, the platform ensures faster approvals, transparent communication, and easy tracking of requests. With a user-friendly interface for both students and wardens, it simplifies hostel operations, reduces manual workload, and enhances overall efficiency.
- Frontend: React, Tailwind CSS, ShadCN, HTML, CSS, JavaScript, TypeScript
- Backend: NodeJS, Express, MongoDB Atlas, JWT Authentication
- Tools: Socket.io, Stripe, Nodemailer, Postman
To run the project locally:
- Clone the repository
https://github.com/mjisblessed/hostel-management.git
- Navigate to backend and run build commands
cd backend
npm install
- Open a new terminal and navigate to frontend and run build commands
cd frontend
npm install
- On the backend terminal, run the following command:
node src/app.js
- On the frontend terminal, run the following command:
npm run dev