Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 308 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

Run Migrations

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

Navigate with server localhost:9001