Skip to content

CodexDLC/codexsystem

Repository files navigation

codex_dlc_company

Django + Telegram Bot project.

Quick Start

# Install dependencies
poetry install

# Run
# Django dev server
cd src/backend_django
python manage.py runserver

# Telegram Bot
cd src/telegram_bot
python -m main

# Docker
cd deploy
docker compose up -d --build

Structure

src/
├── backend_django/   # Django backend
├── telegram_bot/     # Telegram Bot
└── shared/           # Shared utilities

Development

ruff check src/        # Linting
ruff format src/       # Formatting
mypy src/              # Type checking
pytest                 # Tests

Deploy

Managed via Docker Compose + GitHub Actions CI/CD.

See deploy/ for Docker configs and .github/workflows/ for pipelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages