mkdir hostel-management-system cd hostel-management-system npx create-react-app client mkdir server cd server npm init -y npm install express mongoose cors body-parser jsonwebtoken bcryptjs npm install jspdf
To Deploy
npm install -g heroku
heroku create hostel-management-system
git init git add . git commit -m "Initial commit" heroku git:remote -a hostel-management-system git push heroku master
heroku config:set MONGO_URI= heroku config:set JWT_SECRET=