Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Public Health Record Management System
- Host: GitHub
- URL: https://github.com/pict-pbl-6-2021-22/public_health_record_management_system
- Owner: PICT-PBL-6-2021-22
- License: mit
- Created: 2022-02-17T09:27:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T05:31:12.000Z (11 months ago)
- Last Synced: 2024-10-11T12:04:22.759Z (3 months ago)
- Topics: express, expressjs, javascript, mongodb, mongoose, mongoosejs, nodejs, react-toastify, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://public-health-record-management-system.onrender.com/
- Size: 1.91 MB
- Stars: 27
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 VariablesTo 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)