- CRUD
- RESTful practices
- Routing with Flask
- Persisting session data
- Form submits with Flask
- User login and logout
- Faking a databse saving data in json format
- Python Flask
- Jinja2
- Vanilla JavaScript
- Segment.ui for CSS
- Forms
- Cards
- Lists
- Buttons
- Nav
- Fork and git clone the repo
- Cd to the main directory
- Get into the venv running source venv/bin/activate
- Run
FLASK_APP=app.py FLASK_ENV=development flask run
- Visit http://127.0.0.1:5000/login
- Build a similar app connecting data to PostgreSQL.