https://github.com/toggle-corp/risk-module-backend
https://github.com/toggle-corp/risk-module-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toggle-corp/risk-module-backend
- Owner: toggle-corp
- Created: 2021-09-13T03:42:20.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-17T10:56:59.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:13:03.094Z (4 months ago)
- Language: Python
- Size: 4.73 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`