SQLAchemy-basics FlaskGitzella

SQLAchemy basics

A few basic commands of how to set up and edit a database with SQAlchemy

cafe-api-flask FlaskGitzella

cafe api flask

A simple API created with SQLAlchemy and Flask. All requests tested with POSTMAN app.

Flask-app-with-db-library FlaskGitzella

Flask app with db library

A simple Flask app that allows user to add, edit, and delete books from the library (database).

Flask-Forms FlaskGitzella

Flask Forms

Example project used to learn how to use wtf forms in Flask.

flask-authentication-app FlaskGitzella

flask authentication app

Simple app requiring a login/password to access a download file. Also hashes/salts the password.