/PatientsRegistryAPI

“Hack the Rare”, a hackathon to build open source software tools that will catalyze the development of treatments for rare devastating diseases affecting 400 million patients worldwide. This event is organized in collaboration with OpenTreatments Foundation.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Patients Registry API (Turing.com hackathon winner 2021)

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.

DOCUMENTATION

Read the docs here

REQUIREMENTS

  • Node 10+ This application can run on node 10+ and above

Common Setup

git clone https://github.com/favourori/PatientsRegistryAPI.git
cd PatientsRegistryAPI
npm install

create an .env file

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}}