File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,14 @@ Time Tracker é uma aplicação fullstack completa para gerenciamento de tempo e
230230#### 1. Clone o repositório:
231231
232232``` bash
233- git clone https://github.com/renanjava/fullstack_challenge
234- cd fullstack_challenge
233+ git clone https://github.com/renanjava/fullstack-challenge
234+ cd fullstack-challenge
235+ code .
235236```
236237
237238#### 2. Configure as variáveis de ambiente:
238239
239- ** Backend** (` backend/.env ` ):
240+ ** Crie o arquivo .env no Backend** (` backend/.env ` ):
240241
241242``` env
242243DATABASE_URL="postgresql://postgres:postgres@postgres:5432/fullstack_challenge?schema=public"
@@ -273,10 +274,10 @@ docker-compose up --build
273274
274275A aplicação estará disponível em:
275276
276- - ** Frontend** : http://localhost:80
277+ - ** Frontend** : http://localhost:80 (acesse a url pelo docker desktop por causa do NGINX)
277278- ** Backend** : http://localhost:3000
278279- ** Swagger** : http://localhost:3000/api
279- - ** RabbitMQ Management** : http://localhost:15672 (guest/guest )
280+ - ** RabbitMQ Management** : http://localhost:15672 (admin/admin123 )
280281
281282## 📚 Principais Rotas da API
282283
You can’t perform that action at this time.
0 commit comments