Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tatamiya/flask_tutorial_with_fastapi

Translate Flask Tutorial by FastAPI
https://github.com/tatamiya/flask_tutorial_with_fastapi

fastapi gcp-app-engine

Last synced: about 1 month ago
JSON representation

Translate Flask Tutorial by FastAPI

Awesome Lists containing this project

README

        

# Flask Tutorial with FastAPI
Translation of [Flask tutorial apps](https://flask.palletsprojects.com/en/1.1.x/tutorial/) by [FastAPI](https://fastapi.tiangolo.com/)

# Run
```
$ poetry run uvicorn fastapir.main:app --reload
```