Code Monkey home page Code Monkey logo

hostel-management's Introduction

Build Status

Hostel-Management

Manage Your Hostel

Topics Covered

  • MERN Stack
  • Hostel Management
  • Bootstrap
  • Reactstrap
  • Redux
  • JWT Authentication
  • API testing using Jest

Development and Installation

Install Backend Dependencies

  • npm install

Install Frontend Dependencies

  • npm run client-install

Setup up dev_keys for database

  • 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
}; 

Run the application

  • npm run dev

For testing

  • npm run test

Find API Documentation here.

Screenshots

Home Page

Dashboard

Room Cleaning

Note

  • 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.

Team Members

Liked the project? Hit the star button to show support!

Found an Issue or any suggestions

Make an issue here.

hostel-management's People

Contributors

starkblaze01 avatar anshumanv avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.