Reto de programación Luxoft

Regresan los retos de programación a SG, en esta ocasión nuestro reto es patrocinado por Luxoft, las especificaciones son las siguientes:

  • Duración: recibiremos entradas hasta el domingo 9 de abril a las 23:59 (hora de la ciudad de México).
  • Forma de envío: manda un correo con tu repositorio a retos[at]sg.com.mx te contestaremos de recibido.
  • Ganador: el equipo de Luxoft seleccionara 1 ganador que a su criterio sea la mejor solución.
  • Premio: 1 BB-8™ by Sphero

El reto que solcuionar es el siguiente:

---------------------------------

The Scope of the Exercise is defined at a high-level. Any missing requirements should be assumed. Solve this exercise using:

  1. Java Backend
  2. Any Persistent data store, local-db
  3. HTML5/Javascript frontend
  4. Feel free to use any open source infrastructure

    - Do what you can in 3 hours time.
    Name: Home locations on Google Map

    Req #1 - Create a REST API based on dropwizard to

1) store
2) retrieve
3) update

A list of Homes

Attributes for the “Homes” entity

* ID
*Street Address Line 1
* Street Address Line 2
* City
* State
* ZipCode
* Country

Req #2 - Create a basic Front-end webpage with google maps and plot those Homes on that map,

Req #3 - When clicked on the pin it should show the full address of the home

Req #4 - Write one or two backend Unit Test Cases.

Tags