#Weather report application
Built with: SpringBoot MongoDB
- an internet connection
- an accessible instance of MongoDB
- make a copy of
application-dev.properties.sample, rename it toapplication.propertiesand include your OpenWeather app id. i.eopenweather.appId=XXXXXXX - run
gradle bootRun
gradle test