Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 752 Bytes

VerifiClima

It is like a weather forecast inspector: every day it extracts weather forecasts for upcoming days from different sources and stores it in a database. It is possible to directly compare predictions versus actual temperatures and analyze error rates for each source.

VerifiClima - Backend

This is the backend service for the Weather Prediction project. It handles CRUD operations with the database and acts as a Backend-for-Frontend (BFF) for the frontend.

Features

  • CRUD operations for weather prediction data
  • API endpoints for frontend integration

Technologies