Skip to content

Elysian01/Flask-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Flask-Applications

Repo for storing all flask based mini-projects and cheatsheets

First Install Flask using

pip install flask

Then to run the project, simply go in the required directory and run the following command

python app.py

Projects:

  1. flask-api: contains code for get and post requests with/without parameters
  2. flask-menu-navigation-app: contains code to navigate between pages and passing variables from one page to another (url parameter), using form buttons and dropdown menus.

About

Repo for storing all flask based mini-projects and cheatsheets

Resources

Stars

Watchers

Forks