A simple project with Endpoints to submit and list incident reports for insurance clients.
# Install dependencies
npm install
# create an .env file with .env.examples as template
# fill in the database and Openweathermap API
# start the server
npx modemon
# endpoint - /reports
# endpoint - /report-incident
x-www-form-urlencoded parameter
1. client_id
2. incident_desc
3. city
4. country