ravimadan86 / Patient_Doctor_App

[REFACTORING] This web application is designed to connect prescriber to their patients with simple routing, ready to be deployed on Heroku app. Featuring: React JS, Redux, RESTful API framework and Django backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PATIENT & DOCTOR APP

This is a user login and registration app using React.js, Redux, RESTful API framework, Django modeling and some other packages.

  • User can sign up as a patient or a doctor, obtain JSON token from API to log into their personal account.
  • Patient user can record their protected health information and view their prescription.
  • Doctor user can manage, send and edit prescription to their patients.

Version 1.2.0

Usage

$ npm install
# Make sure to update dependencies according to the requirements.txt
$ npm start
# Build a static folder and then test out the server with manage.py script
$ npm run build
$ python3 manage.py runserver

# Visit http://127.0.0.1:8000

About

[REFACTORING] This web application is designed to connect prescriber to their patients with simple routing, ready to be deployed on Heroku app. Featuring: React JS, Redux, RESTful API framework and Django backend.


Languages

Language:JavaScript 69.3%Language:Python 30.0%Language:HTML 0.7%