https://weather-forecast-b5we.onrender.com
- Download the zip file containing code
- Run
npm install
in the./backend
directory of the folder - Run
node index.js
in./backend
directory to start the server - Run
npm install
in the./frontend
directory of the folder in another terminal - Change the api endpoint by going to
./frontend/src/weather.js
file and change ENDPOINT variable to the local backend server address - Run
npm start
to start the react frontend server