hack NU thon_project
1.0.0
これは、パンデミック中に人々が直面する問題 (ベッドやワクチン接種の予約に関連する) を念頭に置いて開発された Web アプリケーションです。
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
これで、Web サイトが https://localhost:4444 で実行されるはずです。
このプロジェクトは、ニルマ大学主催のHack-NU-thon(ハッカソン)で準優勝を受賞しました。