PICT-PBL-6-2021-22 / public_health_record_management_system

Public Health Record Management System

Home Page:https://public-health-record-management-system.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey, Welcome to Repo of Public Health Record Management System! đź‘‹

Run Locally

Clone the project

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

Go to the project directory

  cd public_health_record_management_system

Install dependencies in server

  npm install

Go to the client folder

  cd client

Install dependencies in client

  npm install

Start the client react project

  npm run start

Come back to server

  cd ..

Start Server using node or nodemon

  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 Secret key for signing and verifying Jason Web Tokens (JWT)

Authors

About

Public Health Record Management System

https://public-health-record-management-system.onrender.com/

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.7%Language:CSS 0.1%