This is my project for Delta Inductions 2023. This is a web app for finding new roommates during first year hostel allotment as well as for second year re-allotment.
Live developmental website on Vercel - NITT Hostel
Student login using DAuthAdmin login using FirebaseStudent registering basic bio when loggingAdmin can add hostel details (Hostel Name, Gender, No. of rooms, Room capacity, Year)Student profile at home page
- Edit Bio
- Publish student profile
- Profile filter
Clone this repo into your local folder
Open the terminal at the local folder and install the npm modules using
npm install
Set up the .env.local file in the root location of the repo folder
Using
npm run dev
start the web app