Choapinus / spring-work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.- (optional) Install maven
$ sudo apt install maven

1.- Build using maven outside of the container
$ mvn package

2.- Run service with docker-compose
$ docker-compose up -d

3.- Go to localhost:8080/v1/micro-service in your browser or with Postman paste that url and use the four methods implemented (GET, POST, PUT, DELETE)

integrantes:

  • Cristian Gonzalez
  • Sebastian Santos
  • Felipe Muñoz
  • Andrés Valenzuela

About


Languages

Language:Java 95.1%Language:Dockerfile 4.9%