Skip to content

A RESTful API, built with Django during a hackathon, fuels the back-end of Patient Progress.

Notifications You must be signed in to change notification settings

kate2797/patient-progress-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patient Progress REST API

General Information

This Python-powered REST API fuels the backend of the Patient Progress app, born from the CFG Hack from Home 2020 Hackathon. It keeps families of COVID patients informed with an interactive real-time feed.

Designed to sync with NHS APIs for medical data, our demo API simulates patient records. While it lacks an HTML interface, it delivers raw JSON data. But hey, check out the lively API-powered feed below! 👇

Usage

The API has two publicly available end points:

  • GET Patients End Point api/patients
  • GET Patient Detail api/patients/<nhs_number>

Technologies

  • Python 3
  • Django and Django REST
  • PostgreSQL
  • Heroku (Free Tier)

Preview

Patient Progress demo preview

Database Schema

Database schema

About

A RESTful API, built with Django during a hackathon, fuels the back-end of Patient Progress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published