#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.properties
and include your OpenWeather app id. i.eopenweather.appId=XXXXXXX
- run
gradle bootRun
gradle test