- app.py is used to connect front and back
- init_db.py is used to initilize the database
- schema.sql contains the structure of the database
- templates/index.html html page for the shortner function
- templates/stats.html html page for data exhibition
- tempaltes/edit.html html page for edit the data
python==3.8(recommend creating virtual environment using conda)
flask==2.0.3
hashids==1.3.1
sqlite==3.38.2
flask run (open 127.0.0.1:5000 in browser)