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

https://github.com/wwfyde/demo-fastapi

A demo fastapi project for experimental purpose.
https://github.com/wwfyde/demo-fastapi

fastapi postgresql pydantic redis sqlalchemy

Last synced: 5 months ago
JSON representation

A demo fastapi project for experimental purpose.

Awesome Lists containing this project

README

          

# Demo FastAPI






English | [简体中文](README_zh.md)

a tech experiment for FastAPI

[//]: # ( TODO )

## Features

- use `pytest` and `pytest-asyncio` for testing;
- add many-to-many relationship examples;
- use `SQLAlchemy` for ORM;
- use `pydantic-settings` for the-12-factor-app configuration;