Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosbarbero/coding-dojo-spring-boot
https://github.com/marcosbarbero/coding-dojo-spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcosbarbero/coding-dojo-spring-boot
- Owner: marcosbarbero
- Created: 2019-07-31T21:09:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T15:23:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T09:07:12.485Z (3 months ago)
- Language: Java
- Size: 55.7 KB
- Stars: 3
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Coding Dojo
---Welcome to the Spring Boot Coding Dojo!
### Introduction
This is a simple application that requests its data from [OpenWeather](https://openweathermap.org/) 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](https://openweathermap.org/appid) page.