Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dedo-Finger2 committed Jul 11, 2024
1 parent f96bcee commit c4040a9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,32 @@ cd nlw-journey-node/
yarn install
```

> Faça o seed do banco de dados
```bash
yarn db:seed
```

> Inicie o servidor de desenvolvimento
```bash
yarn start:dev
```

> Execute os testes end-to-end
```
```bash
yarn test:e2e
```

> Tenha acesso a uma visualização do banco de dados
```bash
yarn db:studio
```

> Crie e execute a build do projeto
```bash
yarn build
yarn start
```

---

### 🏗️ Arquitetura
Expand Down

0 comments on commit c4040a9

Please sign in to comment.