This repo is the project for "Foundations of Computer Science".
website
- app
- main
- errors.py: error handlers
- forms.py: web forms
- views.py: setting routers
- static
- css,js and pictures here
- templates
- some html templates here
- models.py: database models
- main
- migrations:for database migration
- venv
- manager.py: manage app using flask-script