Skip to content

A health tracker, that tracks blood pressure and weight

Notifications You must be signed in to change notification settings

aellivon/pastag-healthcare

Repository files navigation

pastag-healthcare

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

Running Tests

Since this software uses postgres sql.

You might need to run this app to apply tests CREATE USER readme; and ALTER USER readme CREATEDB;

Installation

  1. Activate your virtual environment (Make sure it's python 3.6)

  2. Install the dependencies

$ pip install -r requirements.txt
  1. Configure .env files (.env.example should help)

  2. Run migrations

$ python manage.py migrate
  1. Run npm install
$ npm install
  1. Launch the development server
$ python manage.py runserver

Compile Using Babel and Rollup

$ npm run build

About

A health tracker, that tracks blood pressure and weight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •