Skip to content

Ananth1082/Hostel-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Hostel Management System

This is mini project for dbms course

Features

  1. Room Management: Get the view of all rooms in the hostel
  2. Request for cleaning: Request for room cleaning from the app
  3. Mess Management: buy meal coupons from the app.

Tech Statck

  1. Javascript + Express for the backend
  2. Sqlize ORM
  3. Postgres Database
  4. React + Typescript Frontend

Runnning the project

  1. Install dependencies
cd backend && npm i
cd frontend && npm i
  1. To run the server
cd backend
node server.js
  1. To run the frontend
cd frontend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published