Skip to content

AbhilashaBansal/hack-NU-thon_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Helper

This is a web application developed keeping in mind the problems (related to beds and vaccination appointments) faced by people during the pandemic.

Tech Stack

  • HTML, CSS, Javascript
  • Bootstrap, jQuery
  • Node.Js
  • Express
  • Sqlite3

Features:

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

Installation Guide

  1. Clone the repository / Dowload the code

  2. Install the npm packages

    npm install
  3. 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.