A web application for an attendance management system
- conda install flask
- conda install -c conda-forge flask-sqlalchemy
- conda install pymysql
- pip install pandas
- pip install xlsxwriter
- pip install xlrd
- Activate the virtual environment using "source activate hello-flask"
- Turn on MAMP
- Run "python main.py"