A simple incident report system with a mock monitoring backend
Suppose you already have installed docker, docker-compose and other common requirements, follow these steps.
-
Create environment files named
.env.dev
in both backend projects root directory and add values required. (check Reporter service documents and Monitoring service documents) -
Make sure there is no process occupying these ports
80
as it is used byfrontend
8000
as it is used byreporter
service8001
as it is used bymonitoring
service
- Build and run using compose file
docker-compose -f docker-compose.dev.yaml build
docker-compose -f docker-compose.dev.yaml up
- Open a browser and go to
http://localhost