bangalorebyte-cohort30-1912 / 14.1.2020-Flask

Flask Intro
0 stars 0 forks source link

[EPIC] Flask #2

Open datapsyche opened 4 years ago

datapsyche commented 4 years ago

As a student, I should be able to build an app that will make requests to HTTP API’s, and persist information in a SQL database. Utilize HTML, CSS, Flask, and SQL

I will be introducing the following topics to the students with a working demo of the underlying concept. • Setting up virtual environments [1] • Introduction to Flask [3] • Introduction to Decorators [1] • Request Response Cycle [1] • What is the Request Object? [1] • HTML Forms [3] • Jinja Templating [3] • HTTP Verbs [3] • Sending a response in different formats. (JSON, HTML Templates) [1] • SQLAlchemy Introduction [3]

The student should be able to build a full stack web application that will make requests to HTTP API’s, and persist information in a SQL database. Utilize HTML, CSS, Flask, and SQL