Skip to content

Commit dee6178

Browse files
authored
docs: readme updated (v1.4)
1 parent 63f1b8a commit dee6178

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
242243
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/fullstack_challenge?schema=public"
@@ -273,10 +274,10 @@ docker-compose up --build
273274

274275
A 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

0 commit comments

Comments
 (0)