Visit Open Weather API; register and obtain a FREE API key to use with the app.
OPEN_WEATHER_API_KEY=your-free-API-key
You may need to create an .env file.
Start the frontend:
- npm run start
Start the backend:
- npm run start:backend
Visit Open Weather API; register and obtain a FREE API key to use with the app.
OPEN_WEATHER_API_KEY=your-free-API-key
You may need to create an .env file.
Start the frontend:
Start the backend: