https://github.com/jacksonkasi0/hospital-managementsystem-with-mongodb-realm
MongoDB Atlas Hackathon on DEV 🔥
https://github.com/jacksonkasi0/hospital-managementsystem-with-mongodb-realm
Last synced: 3 months ago
JSON representation
MongoDB Atlas Hackathon on DEV 🔥
- Host: GitHub
- URL: https://github.com/jacksonkasi0/hospital-managementsystem-with-mongodb-realm
- Owner: jacksonkasi0
- License: apache-2.0
- Created: 2022-01-13T01:12:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T16:17:13.000Z (over 2 years ago)
- Last Synced: 2025-01-26T17:34:43.714Z (5 months ago)
- Language: EJS
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HospitalManagementSystem
The purpose of this project is to have a hospital management system there.
```You can record patient data, view, update and retrieve it.```
## Deployment commands
Create a new directory, navigate to that directory in a terminal and clone the GitHub repository```
git clone https://github.com/jacksonkasi0/HospitalManagementSystem.git```
Change directory to the pattern directory:
```bash
cd HospitalManagementSystem
```From the command line, you should Enter:
```bash
npm install
node app.js
```---
## Recouces
+ [Dev post](https://dev.to/nandhahacker1/hospital-management-system-using-mongodb-with-nodejs-and-ejs-5gek)