Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 443 Bytes

File metadata and controls

19 lines (16 loc) · 443 Bytes

Simple flask app

Make a simple flask app with database access and the ability to have different users.

Steps

Steps that our workshop will discuss in.

Framework

  1. Create virtual environment python3 -m venv venv
  2. Initializing app
  3. Blueprints and URLs
  4. Templates (HTML, CSS, and Jinja)
  5. App factory

Database

  1. SQL
  2. psycopg2 and cleanup actions
  3. session and logging in
  4. API endpoints
  5. JavaScript and other stuff