Skip to content

arbinish/statusreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple weekly status report tracker

Dependencies

  • python 2.7+
  • flask >= 0.10
  • flask-sqlalchemy >= 0.10

Installation instructions

  1. Ensure you have the python modules flask and flask-sqlalchemy installed
  2. check out the repo
  3. initialize the db using db.schema at root
cat db.schema | sqlite3 src/reports.db
  1. Run the server using main.py under src
cd src; python ./main.py 
  1. Access the tool via browser. Link will be displayed at the prompt.
http://0.0.0.0:9887/

About

A weekly status report tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published