- A tool for digitising medical history, prescriptions and report
To render react front-end,run:
$ cd frontendInstall the node modules:
$ npm iNow start the react modules:
$ npm startInstall the requirements using pipenv :
$ pip install pipenv
$ pipenv install
$ pipenv shell
$ pip install -r requirements.txt$ cd APIStart the backend:
$ python manage.py migrate
$ python manage.py runserverWebsite deployed at @Shealth



