eksplicit mapping af envs
This commit is contained in:
15
backend/README.md
Normal file
15
backend/README.md
Normal 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`
|
||||
Reference in New Issue
Block a user