Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 391 Bytes

#Weather report application

Built with: SpringBoot MongoDB

Requirements

  • an internet connection
  • an accessible instance of MongoDB

How to launch the app

  • make a copy of application-dev.properties.sample, rename it to application.properties and include your OpenWeather app id. i.e openweather.appId=XXXXXXX
  • run gradle bootRun

How to run tests

gradle test