From 9d9cd7d213a503a3adcc209fadbdccc8d093ee6a Mon Sep 17 00:00:00 2001 From: Fernando Ferreira de Lima Filho <fferreiralf@ufrn.edu.br> Date: Mon, 23 May 2022 14:24:56 +0000 Subject: [PATCH] readme: how to run the project using docker --- WebServices/README.MD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebServices/README.MD diff --git a/WebServices/README.MD b/WebServices/README.MD new file mode 100644 index 0000000..980f957 --- /dev/null +++ b/WebServices/README.MD @@ -0,0 +1,22 @@ +# Banquin rest # + +## How to run ## + +First you need in your machine the programs: +- maven +- docker +- docker compose + +Second in the root of the project execute the command: +``` +mvn clean install -DskipTests +``` + +After that execute this commands in the root: + +``` +docker-compose build +docker-compose up -d +``` + +and vuala! the docker will start each service for you. -- GitLab