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
- Host: GitHub
- URL: https://github.com/elysian01/flask-applications
- Owner: Elysian01
- Created: 2022-04-14T11:31:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T11:48:16.000Z (over 3 years ago)
- Last Synced: 2024-12-28T16:27:29.963Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.