The project exposes two endpoint
GET /incidents
POST /incident
An typecript node api request is made to an external weather api and data is saved in the database together with the request. from https://openweathermap.org/current
- Node
- Express
- Typeorm
- Run
docker-compose up
command