The first goal for any rare disease is to identify other patients around the world diagnosed with this disease. There is strength in numbers in their ability to raise funds, understand the disease better, and attract researchers to work on the disease. This project enables a newly diagnosed patient to register themselves as a patient of the disease & to connect with other patients in same category.
This API is hosted on Ec2
Endpoint: http://ec2-18-130-101-49.eu-west-2.compute.amazonaws.com:8080/
Link to the landing page: https://patientsregistry.netlify.app
Link to Github repo: https://github.com/favourori/PatientsRegistryLanding
Here's a link to the (incomplete) web app repo https://github.com/favourori/PatientsRegistryFrontend
Read the docs here
- Node 10+ This application can run on node 10+ and above
git clone https://github.com/favourori/PatientsRegistryAPI.git
cd PatientsRegistryAPI
npm install
From the root folder
touch .env
Check the env.example file to see what the boilerplate of the env
Install nodemon globally on your system to run with
run with nodemon
npm run dev
Run the node
npm start
run the application on http://localhost:{{port}}