Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 781 Bytes

File metadata and controls

22 lines (13 loc) · 781 Bytes

Spring Boot Coding Dojo

Welcome to the Spring Boot Coding Dojo!

Introduction

This is a simple application that requests its data from OpenWeather and stores the result in a database. The current implementation has quite a few problems making it a non-production ready product.

The task

As the new engineer leading this project, your first task is to make it production-grade, feel free to refactor any piece necessary to achieve the goal.

How to deliver the code

Please send an email containing your solution with a link to a public repository.

DO NOT create a Pull Request with your solution

Footnote

It's possible to generate the API key going to the OpenWeather Sign up page.