From 6973961b0e316885a9d471da8bfc70d09ca5be46 Mon Sep 17 00:00:00 2001 From: jojo Date: Mon, 2 Oct 2023 10:51:50 -0300 Subject: [PATCH] :bug: style: docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f51881..6a834e1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ If you want to run this project locally you must set up these environment variab This could be made in the [docker-compose.yml](./docker-compose.yaml) +**Note:** To create your own Google Client for OAuth2.0, access the following [link](https://console.cloud.google.com/apis/credentials), without these secrets, the service won't run locally, but it's possible to access it using the link present in the repository details on GitHub + ## Get Started To start the service locally, you can type `make dev/start` and after that you can use the docker container IP to play around the routes, `make ip` @@ -30,6 +32,8 @@ Request example: curl (make ip) +Or just accessing `http:/localhost:8080` + ## Command line All commands are synthesized in the Makefile `make help`, to start the development environment, just run: