You must create a weather logging app that allows users to enter temperatures in order to calculate its median, average, highest and lowest points.
- NodeJS to create your APIs
- MongoDB to store the weather data
- As a user, I want to add a temperature to my log
- The input must only take numbers
- As a user, I want to delete a temperature from my log
- As a user, I want to retrieve a temperature from my log by ID
- As a user, I want to retrieve my entire log