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

5
scripts/format.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh -e
set -euo pipefail
ruff check api --select I --select F401 --fix
ruff format api