Files
comiaunicaty/backend/README.md

296 B

GroupHome Backend

FastAPI, SQLAlchemy, and SQLite backend for the GroupHome coordination platform.

Commands

python -m app.db.seed
uvicorn app.main:app --reload
pytest

The seed command resets the local database and prints a demo invite URL plus a demo remote connection code.