Skip to content

bryan-holster/HeadacheTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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

Languages

  • Python 87.6%
  • CSS 12.4%