#Setup To get the project up and running follow the steps below:
To set up project environment, make sure that the Node and packages (express, cors and body-parser) installed, and which are used to create the server.
After that to start your server, run the command node server.js in your terminal and make sure you run your browser at localhost:3003 .
#Development Strategy 1- making sure Node and packages installed, and included in server.js file. 2-Added POST and GET routes to ensure correct retrieval of data . 3-Acquired API credentials from OpenWeatherMap website. 4-Created async functions to fetch weather data and store it. 5-Set up a function that updated UI .