- A tool for digitising medical history, prescriptions and report
To render react front-end,run:
$ cd frontend
Install the node modules:
$ npm i
Now start the react modules:
$ npm start
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
Website deployed at @Shealth