Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

chrahunt/HeadacheTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeadacheTracker

Web application to track headaches, allowing export of historical data and other functionality.

Development

Fork the repository. Then, to work with it locally:

Clone your repository

git clone https://github.com/USERNAME/HeadacheTracker.git

cd into the folder created, and use virtualenv to create an isolated python environment

virtualenv venv

(venv is the suggested foldername, as it is excluded in the .gitignore)

Activate the virtual environment

source venv/bin/activate

Then install project dependencies using

pip install -r requirements.txt

Set up the database by sourcing database.sql from within mysql.

About

Web application to track headaches, allowing export of historical data and other functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published