Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

yadav-saurabh/react-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A wether app in react with antd, using open weather API

To run the project create create a .env file with the following keys

MONGODB_URL=*your mongo db databse url*
JWT_KEY=*jwt key*
REACT_APP_OPEN_WEATHER_API=*open weather API key*
REACT_APP_API_URL=http://localhost:4000/api

server

npm run server (port:4000)

client

npm start (port:3000)

Technologies/Packages/API used: