Git Product home page Git Product logo

covid_tracker_backend's Introduction

COVID-19 Patient Tracker

Django CI

A platform that enables HR Teams and Medical Teams to keep track of patients and their immediate contacts. To be used by organizations and factories trying to work through the pandemic.

Features

  • Email Verification on creating a new account.

  • Streamlined Onboarding form for new patients.

    Onboarding Process

  • Streamlined Daily Update form for patient tracking.

    Daily Update Form

  • Detail view per patient.

    Patient Detail View

  • Symptom trends view for doctors to track patient health.

    Symptom Trends

  • Separate Doctor and HR comments per patient.

    HR Comments

  • Automatic categorization of patient criticality based on symptoms.

  • Records primary contacts of every patient as well.


Setup Instructions

  • Clone the repository.
  • Set your virtual environment up.
  • Rename env-template.txt to .env and fill in the details. You only need to fill the DJANGO_SECRET_KEY, LOGIN_REDIRECT_URL and LOGIN_URL to get started.
  • Activate your virtual environment and run pip install -r requirements.txt .
  • Make the migrations and run them using: python manage.py makemigrations and then python manage.py migrate.
  • Run the tests using python manage.py test.
  • Run the development server using python manage.py runserver.
  • Navigate to localhost:8000/docs on your browser for the documentation.

Roadmap

  • Dockerize the application

  • Host it on a more production ready platform.

covid_tracker_backend's People

Contributors

sameeranb avatar

Stargazers

Sriharsha Bommana avatar Arun avatar

Watchers

James Cloos avatar

Forkers

mayankshah1607

covid_tracker_backend's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.