https://github.com/mateusfg7/playing-with-flask
Just a repo for resgiter my Flask learning progress, throught documentation.
https://github.com/mateusfg7/playing-with-flask
flask learning
Last synced: 6 months ago
JSON representation
Just a repo for resgiter my Flask learning progress, throught documentation.
- Host: GitHub
- URL: https://github.com/mateusfg7/playing-with-flask
- Owner: mateusfg7
- Created: 2024-04-16T12:35:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T18:09:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T14:47:44.572Z (10 months ago)
- Topics: flask, learning
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playing-with-flask
Just a repo for resgiter my Flask learning progress, throught documentation.
## Setup environment
```console
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```