Skip to content

anthony-becerra/launchcode-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e44f74f · Jan 4, 2018
Sep 2, 2017
Sep 1, 2017
Sep 24, 2017
Sep 2, 2017
Jan 4, 2018
Sep 3, 2017
Aug 31, 2017
Sep 5, 2017
Aug 31, 2017
Sep 3, 2017

Repository files navigation

launchcode-attendance

A web application for an attendance management system

Dependencies needed:

  • conda install flask
  • conda install -c conda-forge flask-sqlalchemy
  • conda install pymysql
  • pip install pandas
  • pip install xlsxwriter
  • pip install xlrd

Startup:

  • Activate the virtual environment using "source activate hello-flask"
  • Turn on MAMP
  • Run "python main.py"