Skip to content

luiscodingeveryday/learning-flask-quart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Flask & Quart

This project is for practicing Python web development using Flask and Quart.

There are two branches:

-main: version built with Flask (synchronous) -quart-async: version using Quart (asynchronous)

Features

  • Simple web routes with query and route parameters
  • HTML templates using Jinja2
  • Basic page structure (home, about, contact)
  • Quart version uses async functions

To run

  1. Clone the repository and navigate into the folder.

  2. Create and activate a virtual environment.

  3. Install the required package:

    • Flask for main
    • Quart for quart-async
  4. Run the app with: python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors