/alloc8

Hostel allocation portal for IIT Patna

Primary LanguageJupyter Notebook

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