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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T03:55:39.000Z (almost 4 years ago)
- Last Synced: 2025-07-13T14:53:10.888Z (12 months 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
```