An open API service indexing awesome lists of open source software.

https://github.com/elysian01/flask-applications

Repo for storing all flask based mini-projects and cheatsheets
https://github.com/elysian01/flask-applications

Last synced: about 2 months ago
JSON representation

Repo for storing all flask based mini-projects and cheatsheets

Awesome Lists containing this project

README

          

# Flask-Applications

Repo for storing all flask based mini-projects and cheatsheets

First Install Flask using
```bash
pip install flask
```

Then to run the project, simply go in the required directory and run the following command
```bash
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.