eksplicit mapping af envs
Some checks failed
Backend CI / test (push) Has been cancelled
Flutter CI / analyze-and-test (push) Has been cancelled

This commit is contained in:
Henrik Jess Nielsen
2026-05-12 18:21:25 +02:00
parent b7a435f8b9
commit 99e9b509a0
67 changed files with 8060 additions and 9 deletions

15
backend/README.md Normal file
View File

@@ -0,0 +1,15 @@
# backend
FastAPI backend for Social Proximity.
See [Docs/BACKEND.md](../Docs/BACKEND.md) for full documentation.
## Quick start
```bash
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000
```
Or from root: `docker-compose up`