#Setup:
-
Clone repository: git clone https://github.com/Michael-D-Johnson/timecard.git
-
Add following variables to environment TIMECARD_DIR # directory to repository TIMECARD_CONFIG # full path to config file
-
Setup db: python bin/create_db.py
-
"Clock-in" and "Clock-out": ./report
-
Run flask: python run_server.py