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

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.

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
```