hack NU thon_project
1.0.0
This is a web application developed keeping in mind the problems (related to beds and vaccination appointments) faced by people during the pandemic.
1. allows users to book an appointment online for vaccination
2. displays the available beds in hospitals to the user and allows them to place a request for a bed
3. has an admin panel that allows admins to approve or reject a bed request, add more hospitals to the database, and introduce more slots for vaccination
Clone the repository / Dowload the code
Install the npm packages
npm install
Start the server
node app.js
The website should now be running on https://localhost:4444 .
This project won the 2nd prize at Hack-NU-thon (hackathon) organized by Nirma University.