hack NU thon_project
1.0.0
이것은 팬데믹 기간 동안 사람들이 직면한 문제(침상 및 예방접종 예약 관련)를 염두에 두고 개발된 웹 애플리케이션입니다.
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
저장소 복제/코드 다운로드
npm 패키지 설치
npm install
서버 시작
node app.js
이제 웹사이트가 https://localhost:4444 에서 실행되고 있을 것입니다.
이 프로젝트는 니르마대학교가 주최한 Hack-NU-thon(해커톤)에서 2등상을 수상했습니다.