The project solution contains two projects, one for studas and for integration tests for studas.
studas is located at src/studas
tests are located at tests/studas.IntegrationTests
To fix .env variables, to override appsettings.json run:
cp .env.template .env
For development with hot reload use:
docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up --build -d
For production use:
docker compose up --build -d
If something goes wrong try up --build or docker compose down then up or serous cases try docker compose down -v
before rebuilding