Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatamiya/flask_tutorial_with_fastapi
- Owner: tatamiya
- Created: 2021-03-13T05:19:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T03:55:39.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:47:54.708Z (almost 2 years ago)
- Topics: fastapi, gcp-app-engine
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```