Skip to content

Gaurav-yadav-03/pg-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hostel Management System

It is a MERN stack application built for ease of hostel management.

Features

  • 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

Installation

Clone the repository and install the dependencies.

cd client
npm i
cd ../server
npm i
cd ../
npm i -g concurrently

Setup DB

  • 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

Usage

npm run dev

Add .env file in backend folder with following content

MONGO_URI="
JWT_SECRET = ""

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages