IS4151 project
- Install swig
- Install pyscard
- https://pypi.org/project/pyscard/
pip install pyscard
- Install sqlite3
- https://www.tutorialspoint.com/sqlite/sqlite_installation.htm
- Make sure SmartPlaygroundDB.db is in the root folder
- Install flask
- create controller folder first
- https://dev.to/sahilrajput/install-flask-and-create-your-first-web-application-2dba
export FLASK_APP=SmartPlaygroundServer.py
python -m flask run