- The web app: softthat.fit
- API documentation (Swagger): api.softthat.fit/swagger
- Create file backed.env in the root directory with the following variables:
GENERATIVE_AI_API_KEY=<your key>Run
docker compose -f docker-compose-dev.yml up --build --attach backend --attach frontend
