14 lines
296 B
Markdown
14 lines
296 B
Markdown
# GroupHome Backend
|
|
|
|
FastAPI, SQLAlchemy, and SQLite backend for the GroupHome coordination platform.
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
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.
|