Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioArroni authored Apr 25, 2022
1 parent e5dcdde commit 73a9864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 73a9864

Please sign in to comment.