Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetherone/online-store
FastAPI, API for marketplace
https://github.com/tetherone/online-store
Last synced: about 1 month ago
JSON representation
FastAPI, API for marketplace
- Host: GitHub
- URL: https://github.com/tetherone/online-store
- Owner: TetherOne
- Created: 2024-02-20T19:18:27.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T05:37:34.000Z (10 months ago)
- Last Synced: 2024-03-29T06:27:43.427Z (10 months ago)
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Python 3.6](https://img.shields.io/badge/python-3.11-green.svg)](https://www.python.org/downloads/release/python-360/)
![Django 3.0](https://img.shields.io/badge/FastAPI-0.109.0-green.svg)
![SQLAlchemy 2.0](https://img.shields.io/badge/SQLAlchemy-2.0.25-green.svg)# Описание проекта
Написаны API-шки для онлайн магазина. Взаимодейсвие с товарами,
профилями, пользователями, заказами. Реализована регистрация,
аутентификация с использованием JWT, выход из системы.![Image alt](https://github.com/TetherOne/online_store/raw/master/github-pages/img_2.png)
# Техническая информация
- Фреймворк FastAPI
- Валидация Pydantic
- Кеширование Redis
- Миграции Alembic
- ORM SQLAlchemy
- База данных PostgreSQL + asyncpg# Запуск проекта
## 1. Клонируйте репозиторий:
```
git clone https://github.com/TetherOne/online-store
```
## 2. Соберите docker-compose:
```
docker compose build
```
## 3. Запустите docker-compose:
```
docker compose up
```
## 4. Перейдите в браузер по ссылке:
```
http://127.0.0.1:8000/docs
```