Skip to content

vigneshvaranasi/bot

Repository files navigation

Support Bot

Setup

Docker

Start local services with Docker Compose:

docker-compose up -d

Database

Initialization

cd src/api/db
alembic upgrade head

Migrations

If you make any changes to src/api/db/models.py to modify tables, do this:

cd src/api/db
alembic revision --autogenerate -m "describe changes"
alembic upgrade head

Tests

Run all tests:

uv run pytest src/api/tests/

Run tests with verbose output and coverage report:

uv run pytest src/api/tests/ -v --tb=short --cov=src/api --cov-report=term-missing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages