Skip to content

Бекенд для магазина продуктов

Notifications You must be signed in to change notification settings

Jadedboat780/ProductShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Бэкенд для магазина продуктов

Стек: fastapi, pydantic, sqlalchemy(psycopg2-binary, asyncpg), alembic, sqladmin, aiobotocore, poetry

Для запуска необходимо выполнить

python3 -m venv venv
source venv/bin/activate
pip install poetry
poetry install
alembic upgrade head
python3 -m uvicorn app.main:app --reload

Документация

http://127.0.0.1:8000/documentation

Админка

http://127.0.0.1:8000/admin/

About

Бекенд для магазина продуктов

Topics

Resources

Stars

Watchers

Forks