An open API service indexing awesome lists of open source software.

https://github.com/toggle-corp/risk-module-backend


https://github.com/toggle-corp/risk-module-backend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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:8000`