Health care centralised database.
This project aims to help developers in building healthcare applications. Patients and Hospital authentications and health records
Check Documentation https://documenter.getpostman.com/view/9852313/TVsuBSjR
- Node installed on your machine
- Clone this repository
https://github.com/Team-Plugged/plugged-api.git- Change directory
cd plugged-api- Duplicate
.env.exampleto.env
cp .env.example .env- Run application
npm run serverYour application will run port 5000 by default, you can change that in the server.js file.