Web and mobile application for medical measurements performed at home.
Install python 3 Install node.js and npm.
Running api:
$ cd api
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
Running frontend:
$ cd web
$ npm i
$ npm start