Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djwoms/esmerald_movie

Film library on Esmerald
https://github.com/djwoms/esmerald_movie

edgy esmerald esmerald-framework lilya

Last synced: 10 days ago
JSON representation

Film library on Esmerald

Awesome Lists containing this project

README

        

# Кинобиблиотека на Esmerald

## Инструменты
- Python 3.12
- Esmerald
- Edgy
- Postgres
- Alembic
- Docker

### Запустить сборку
```shell
docker-compose up --build
```

## Alembic создание migrations
Не выключая контейнеры выполнить команду
```shell
docker exec -it movie-api edgy migrate
```

### Перейти по адресу
```
http:\\127.0.0.1:8000\docs\swagger
```

docker exec -it movie-api esmerald run --directive createsuperuser --first-name John --last-name Bob --email [email protected] --username Boby --password Test1234