https://github.com/carloocchiena/fastapi_restful
A sandbox for a RESTful API made with FastAPI
https://github.com/carloocchiena/fastapi_restful
fastapi python python3
Last synced: 2 months ago
JSON representation
A sandbox for a RESTful API made with FastAPI
- Host: GitHub
- URL: https://github.com/carloocchiena/fastapi_restful
- Owner: carloocchiena
- License: mit
- Created: 2022-08-23T10:49:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T10:03:57.000Z (almost 4 years ago)
- Last Synced: 2025-07-19T05:31:18.888Z (11 months ago)
- Topics: fastapi, python, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### tutorial
Follow the step-by-step tutorial on https://www.azionadigitale.com/sviluppiamo-una-restful-api-con-python-e-fastapi/
### official docs
https://fastapi.tiangolo.com/
### goto url:
http://fastapitest.carlo-.repl.co/videogames
### create requirements:
poetry export -f requirements.txt --output requirements.txt
### see the docs made with swaggerUI
http://fastapitest.carlo-.repl.co/docs
### see the OpenAPI schema
http://fastapitest.carlo-.repl.co/openapi.json
### end result with swaggerUI
