Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 533 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 533 Bytes

Desafio

Crear ejecutable de la aplicación del back end

Verificar si tiene en su ambiente la versión 11 de Java, si no, saltarse este paso y continuar con ¨Levantar el Ambiente¨

$ cd desafio-back && ./gradlew clean build && cd ..

Levantar el Ambiente

$ docker-compose up --build

Cargar Data (Es necesario tener mongo instalado para ocupar las tools)

$ make database-provision

Test API Swagger

http://localhost:8080/swagger-ui.html

Test front

http://localhost:80

ENJOY!!