Skip to content

slackertracker/slackertracker

Repository files navigation

SlackerTracker Build Status

Description

Description goes here.

Installation Instructions

  1. Install Python 3.6
  2. Install virtualenv
  3. Clone the repo: git clone <repo_url>
  4. Move into the dir: cd <repo_name>
  5. Initialize the virtual environment: virtualenv env
  6. Activate the env: source env/bin/activate
  7. Install dependencies: pip3 install -r requirements.txt
  8. Add the env variable: export FLASK_APP=manage.py
  9. Run the config script: python3 config.py
  10. Init/upgrade the db: flask db upgrade
  11. Run the app: flask run
  12. Open page: http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published