generated from coulomb/repo-seed
init: documentation and prototypes
This commit is contained in:
16
prototype-grok4.1/direktvermittlungde-backend/README.txt
Normal file
16
prototype-grok4.1/direktvermittlungde-backend/README.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user