dxghost / incident-report

A simple incident report system with a mock monitoring backend
0 stars 0 forks source link
django django-channels django-q django-rest-framework docker-compose postgresql redis vue vuejs

dk-incident-report

A simple incident report system with a mock monitoring backend

Usage

Suppose you already have installed docker, docker-compose and other common requirements, follow these steps.

  1. Create environment files named .env.dev in both backend projects root directory and add values required. (check Reporter service documents and Monitoring service documents)

  2. Make sure there is no process occupying these ports

  1. Build and run using compose file
docker-compose -f docker-compose.dev.yaml build
docker-compose -f docker-compose.dev.yaml up
  1. Open a browser and go to http://localhost

demo