Sherdos /
restaurant-FastApi
API menu in a restaurant on FastAPI with CRUD systems, asyncio routers, asyncio test on pytest, cache on redis and with Docker for simple run
61/100 healthLoading repository data…
iklimantov / repository
REST API for an online store built with FastAPI
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Backend интернет-магазина на FastAPI с асинхронной архитектурой, PostgreSQL и Alembic. Реализована система аутентификации и авторизации пользователей, управление категориями товаров и отзывы.
git clone https://github.com/iklimantov/fastapi-ecommerce-backend
cd fastapi-ecommerce-backend
python -m venv venv
source venv/bin/activate # для Linux / MacOS
venv\Scripts\activate # для Windows
pip install -r requirements.txt
Скопируйте .env.example в .env:
cp .env.example .env
После этого заполните переменные окружения в файле .env.
uvicorn app.main: app --reload
Если у вас возникли сложности или вопросы по использованию пакета, создайте обсуждение в данном репозитории или напишите на электронную почту iklimantov@yandex.ru.
Эта программа зависит от интепретатора Python версии 3.12 или выше, PIP 25.1.1 или выше.
| Название | Описание |
|---|---|
| build | Сборка проекта или изменения внешних зависимостей |
| sec | Безопасность, уязвимости |
| ci | Настройка CI и работа со скриптами |
| docs | Обновление документации |
| feat | Добавление нового функционала |
| fix | Исправление ошибок |
| perf | Изменения направленные на улучшение производительности |
| refactor | Правки кода без исправления ошибок или добавления новых функций |
| revert | Откат на предыдущие коммиты |
| style | Правки по кодстайлу (табы, отступы, точки, запятые и т.д.) |
| test | Добавление тестов |
Selected from shared topics, language and repository description—not editorial ratings.
Sherdos /
API menu in a restaurant on FastAPI with CRUD systems, asyncio routers, asyncio test on pytest, cache on redis and with Docker for simple run
61/100 healthrimmelasghar /
A REST-Api for a task management Kanban Board application built with FastAPI python
33/100 healthvitorhbech /
REST API for helpdesk ticket management. FastAPI, PostgreSQL, SQLAlchemy, Alembic
weverkley /
Complete Python REST API implementation in FastAPI, demonstrating the principles of Clean Architecture and Domain-Driven Design (DDD). The project uses py-automapper for object mapping between layers, SQLAlchemy for asynchronous ORM, and Alembic for database migrations.
43/100 healthankush-kash /
FastAPI-based backend application for managing notes with full CRUD functionality. Built using PostgreSQL for data persistence, SQLAlchemy ORM for database interactions, Pydantic for data validation, and Alembic for database migrations. Designed with scalable backend architecture and REST API principles.
53/100 healthomarrifaie /
Role-based REST API for restaurant menu management with versioned archives, historical pricing, and JWT auth. FastAPI + PostgreSQL.
73/100 health