HackAtUCI / learn-flask-2-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-flask-with-hack template

Introduction

Flask is a simple but powerful Python web framework. In this workshop, we'll be making an app that reads from a MongoDB database and displays the contents, with an add function that allows users to add more entries to display.

Prerequisites

  • Install Python
  • Install Pip
  • Run "pip install -r requirements.txt" in the command line

Key Learning Points

  1. Defining routes and navigating between routes
  2. Jinjas2 templating for injecting data into html pages
  3. Processing data from forms in the backend

Finished Project

Additional Resources

About


Languages

Language:HTML 57.8%Language:Python 27.7%Language:CSS 14.6%