Files

17 lines
449 B
Plaintext

# DirektVermittlungDe Backend
## Setup
1. Clone or create folder, add files above.
2. `pip install -r requirements.txt`
3. Copy `.env.example` to `.env` and edit.
4. Run Postgres, Redis, MinIO (use Docker Compose if needed).
5. `uvicorn main:app --reload`
6. Docs: http://localhost:8000/docs
7. Tests: `pytest`
## Run Worker
arq main.worker --watch # For background jobs
## Docker (Optional)
Use docker-compose.yml for services.