Pastag healthcare is a health tracker that tracks blood pressure and weight
This repository includes the full server of the pastag application.
Tested on python 3.6
Since this software uses postgres sql.
You might need to run this app to apply tests CREATE USER readme; and ALTER USER readme CREATEDB;
-
Activate your virtual environment (Make sure it's python 3.6)
-
Install the dependencies
$ pip install -r requirements.txt
-
Configure .env files (.env.example should help)
-
Run migrations
$ python manage.py migrate
- Run npm install
$ npm install
- Launch the development server
$ python manage.py runserver
$ npm run build