Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pict-pbl-6-2021-22/public_health_record_management_system

Public Health Record Management System
https://github.com/pict-pbl-6-2021-22/public_health_record_management_system

express expressjs javascript mongodb mongoose mongoosejs nodejs react-toastify reactjs tailwindcss

Last synced: about 9 hours ago
JSON representation

Public Health Record Management System

Awesome Lists containing this project

README

        

# Hey, Welcome to Repo of Public Health Record Management System! 👋

## Run Locally

Clone the project

```bash
git clone https://github.com/PICT-PBL-6-2021-22/public_health_record_management_system
```

Go to the project directory

```bash
cd public_health_record_management_system
```

Install dependencies in the server

```bash
npm install
```
Go to the client folder

```bash
cd client
```
Install dependencies in the client

```bash
npm install
```

Start the client react project

```bash
npm run start
```

Come back to the server

```bash
cd ..
```
Start Server using node or nodemon

```bash
node app.js
or nodemon app.js
```

Please Use Tailwind CSS for styling components
## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`DATABASE`

`SECRET_KEY`

DATABASE contains the dbURI of MongoDB connections and SECRET_KEY contains the Secret key for signing and verifying JSON Web Tokens (JWT)

## Authors

- [@rohitvpatil0810](https://www.github.com/rohitvpaitl0810)
- [@jayesh1602](https://www.github.com/jayesh1602)