/MedicalMeasurements

Web and mobile application for medical measurements performed at home.

Primary LanguageJavaScript

MedicalMeasurements

Web and mobile application for medical measurements performed at home.

How to run

Prerequisites

Install python 3 Install node.js and npm.

Run

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