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

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

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

![image](https://user-images.githubusercontent.com/57464184/186140414-d38af2a9-7744-4612-b705-114a8d469d76.png)