An open API service indexing awesome lists of open source software.

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 🔥

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)