Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 487 Bytes

File metadata and controls

23 lines (12 loc) · 487 Bytes

Configuring App Locally

Grab API Keys from Open Weather

Visit Open Weather API; register and obtain a FREE API key to use with the app.

Clone the repo to your machine

In the .env file, enter the following:

OPEN_WEATHER_API_KEY=your-free-API-key

You may need to create an .env file.

Run the following commands each in a seperate console tab:

Start the frontend:

  • npm run start

Start the backend:

  • npm run start:backend