vera-l / asyncio-for-backenders

Asyncio examples for backend development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Асинхронный python для бекендеров

  • Настройка проекта
pip3 install -r requirements.txt

Дока http://127.0.0.1:8000/docs (SwaggerUI) или http://127.0.0.1:8000/redoc (ReDoc).

Запуск проекта

uvicorn main:app --reload

About

Asyncio examples for backend development


Languages

Language:Python 100.0%