Add alembic and start services scripts

This commit is contained in:
Abhishek Kumar 2025-09-26 09:09:06 +05:30
parent 44232b37f8
commit 443490b2dd
9 changed files with 761 additions and 1 deletions

8
scripts/lint.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
set -x
mypy api
ruff check api --check
ruff format api --check