
.env file in the project directory with the following content:.env file in ./frontend directory with content:http://localhost:3000 to view the application./api/weather/:city - Get current weather for a city/api/summary/:city - Get daily summary for a city/api/summaries/:city - Get all summaries for a city/api/setAlert - Set a new weather alertPosted Feb 27, 2025
This Weather Monitoring System is a full-stack application that fetches real-time weather data for multiple cities, calculates daily summaries