Skip to content

“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.

License

Notifications You must be signed in to change notification settings

phawazzzy/PatientsRegistryAPI

 
 

Repository files navigation

Patients Registry API

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.

API

This API is hosted on Ec2
Endpoint: http://ec2-18-130-101-49.eu-west-2.compute.amazonaws.com:8080/

Landing page

Link to the landing page: https://patientsregistry.netlify.app
Link to Github repo: https://github.com/favourori/PatientsRegistryLanding

Web app

Here's a link to the (incomplete) web app repo https://github.com/favourori/PatientsRegistryFrontend

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

About

“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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%