Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 471 Bytes

File metadata and controls

26 lines (17 loc) · 471 Bytes

GO Risk Module Backend

Backend Server Setup

# Copy sample/development .env
cp .env-sample .env

# Build docker image
docker compose build

# Start container
docker compose-up

Navigate with server localhost:9001

Run Migrations

docker compose exec server bash -c python manage.py migrate

Update openapi schema (openapi-schema.yaml)

docker compose run --rm server ./manage.py spectacular --file /ci-share/openapi-schema-latest.yaml