alvin159 / TrainWeatherInsight

This project is a comprehensive tool that allows users to track train data, explore cities, and get weather updates in an interactive and visually engaging way.
1 stars 0 forks source link

Divide backend into components/consumers #8

Closed JuhanaKivela closed 2 months ago

JuhanaKivela commented 2 months ago

Our backend will be divided into independent components/consumers that have only 1 task (e.g. fetch trains from A to B, or to get weather data). Divide the backend into logical components/consumers and create initial folders+classes for these components/consumers.