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.example
to.env
cp .env.example .env
- Run application
npm run server
Your application will run port 5000
by default, you can change that in the server.js
file.