Make a simple flask app with database access and the ability to have different users.
Steps that our workshop will discuss in.
- Create virtual environment
python3 -m venv venv
- Initializing app
- Blueprints and URLs
- Templates (HTML, CSS, and Jinja)
- App factory
- SQL
- psycopg2 and cleanup actions
- session and logging in
- API endpoints
- JavaScript and other stuff