From 73a9864b7ab169b39e33281639ce2e61a69d2465 Mon Sep 17 00:00:00 2001 From: Sergio Arroni <60364331+SergioArroni@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:48:41 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bdcedee..aa58d87b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you want to execute the project you will need [git](https://git-scm.com/downl ```bash docker-compose up --build ``` + This will create two docker images as they don't exist in your system (the webapp and the restapi) and launch a mongo container database. It will also launch Prometheus and Grafana containers to monitor the webservice. You should be able to access everything from here: - [Webapp - http://localhost:3000](http://localhost:3000) - [RestApi example call - http://localhost:5000/api/users/list](http://localhost:5000/api/users/list)