Skip to content

Gymkhana-IIT-Patna/alloc8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

room-allocation

client : React tailwind

Register an application at Microsoft Azure Portal and put the configuration at client/src/authConfig.js To run a development server at http://localhost:5173/:

cd client/
npm install
npm run dev

Deploy with:

cd client/
netlify deploy --prod

Backend : Express

To run a development server at http://localhost:8800/:

cd server/
npm install
npm run start

Deploy with:

cd server/
pm2 start index.js

DB : Prisma

After changes to the schema:

npx prisma generate

About

Hostel allocation portal for IIT Patna

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published