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 上运行。
该项目获得 Nirma 大学组织的 Hack-NU-thon(黑客马拉松)二等奖。