Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 605 Bytes

Weather Forecast App

Deployed website link:

https://weather-forecast-b5we.onrender.com

How to run?

  1. Download the zip file containing code
  2. Run npm install in the ./backend directory of the folder
  3. Run node index.js in ./backend directory to start the server
  4. Run npm install in the ./frontend directory of the folder in another terminal
  5. Change the api endpoint by going to ./frontend/src/weather.js file and change ENDPOINT variable to the local backend server address
  6. Run npm start to start the react frontend server