/basic-flask-app

Basic flask app to demonstrate the process of sending requests and responses

Primary LanguagePython

Simple flask app demonstrating fundamental concept of web dev: requests, responses, and logging in a database. Also demonstrates the concept of query strings and url converters. Note the in a more sophisticated app, an ORM like SQLAlchemy would be used for the database.