Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 306 Bytes

AIOHTTP API Example

This is a template that you can use to build your API based on Python AIOHTTP and PostgreSQL

Requirements

  • aiohttp[speedups]

  • asyncpg

  • pydantic

  • toml

Usage

Take a looks at the examples in

- *api/models*
- *api/handlers*
- *api/routes*