Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.65 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.65 KB

Shealth

  • A tool for digitising medical history, prescriptions and report

Landing page


intro

Login page


LoginWeb

Home page


PatientWeb

Registeration page


RegisterWeb

Installation

To render react front-end,run:

$ cd frontend

Install the node modules:

$ npm i

Now start the react modules:

$ npm start

You can run the server by:

Install the requirements using pipenv :

$ pip install pipenv
$ pipenv install
$ pipenv shell
$ pip install -r requirements.txt
$ cd API

Start the backend:

$ python manage.py migrate
$ python manage.py runserver

Tech Stack used:

Website deployed at @Shealth

Contributors: