This is will inform the user of the weather details such as the humidity, temperature and windspeed of a location of choice of the user.
-Frontend has been developed on ReactJs -Backend on SpringBoot
WeatherMan-Working.mov
- Clone this repository into IntelliJ to run the backend and onto VSCode to run the frontend
- Run the springboot application in the souce files in the backend part of the code
- Open a terminal on either IDEs.
- Type npm install and change to the recommended directory
- Type npm start to run the frontend.