This is mini project for dbms course
- Room Management: Get the view of all rooms in the hostel
- Request for cleaning: Request for room cleaning from the app
- Mess Management: buy meal coupons from the app.
- Javascript + Express for the backend
- Sqlize ORM
- Postgres Database
- React + Typescript Frontend
- Install dependencies
cd backend && npm i
cd frontend && npm i
- To run the server
cd backend
node server.js
- To run the frontend
cd frontend
npm run dev