Skip to content

Commit

Permalink
Update README.pt-br.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanBiego authored Feb 23, 2024
1 parent 08455c6 commit f32986b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ Este projeto é uma aplicação de teste para uma vaga na Redway. É um aplicati
5. Execute o seed para popular o banco de dados:
```bash
docker-compose run web bin/rails db:seed

5.1. Para fazer funcionar o sistema de envio de emails, renomeie o arquivo `env.exemple` na raiz do projeto, para `.env` e coloque as variaveis recebidas por email:
```bash
#./.env
# paste the variables bello
EMAIL=''
PASSWORD=''
SENDGRID_API_KEY=''
```
6. Suba o servidor:
```bash
docker-compose up
Expand Down

0 comments on commit f32986b

Please sign in to comment.