Alert webapp backed by Mongo
This app allows you to report several types of alerts such as outage
, crime
, stray
and flood
.
Reported alerts are sent to backend and then presented through dashboards (generated by Mongo DB Charts)
The high level architecture used is very simple and relies strongly on Mongo Atlas
- Scala
- React
- Mongo, MongoDB Charts and Mongo Cloud
- Docker and docker-compose
docker-compose up
Front end runs on http://localhost:3000 and back end runs on http://localhost:9000