Manage Your Hostel
- MERN Stack
- Hostel Management
- Bootstrap
- Reactstrap
- Redux
- JWT Authentication
- API testing using Jest
npm install
npm run client-install
- Either run local MongoServer or,
- Setup Mongo Server at online platform like mlab and Create a keys_dev.js file in config folder and set up:-
module.exports = {
mongoURI: YOUR_LOCAL_MONGO_SERVER_URI,
secretOrKey: YOUR_SECRET
};
npm run dev
npm run test
Find API Documentation here.
- You can set up the database on your local server of your college and create multiple ids to access that data. The Link mentioned in the Description https://hostel-management01.herokuapp.com/ has a common database instance created on mlab. It is just to show the working of the project in the deployed state. Feel free to test it out. But make sure to delete your entries after creating and testing it. Also, don't save any personal information over this deployed link because anyone can acces it. If amount of data exceeds the our storage at mlab, then it will be deleted.
- The application model is based on our Institute Hostel. There are four blocks A, B, C, D. And four batches(B.Tech 2016, B.Tech 2017, B.Tech 2018, and B.Tech 2019) having occupancy in hostel rooms. These thing may differ for many Institute. You can easily change the structure of these components from here according to your need.
- Aman Yadav
- Avdhesh Yadav
- Anshuman Verma
- ,and Me 😎
Liked the project? Hit the star button to show support!
Make an issue here.