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

https://github.com/litsynp/fastapi-practice

Practicing FastAPI in layered architecture.
https://github.com/litsynp/fastapi-practice

fastapi pydantic python sqlalchemy

Last synced: about 1 month ago
JSON representation

Practicing FastAPI in layered architecture.

Awesome Lists containing this project

README

          

# FastAPI Practice

A test repository to test functions available in FastAPI.

## API

- User create, get (list, detail) API is available.

- Swagger Documentation available at`http://localhost:8000/docs`.