inital commit, very early alpha stage
This commit is contained in:
13
backend/README.md
Normal file
13
backend/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user