Skip to content

Commit 3249688

Browse files
Update README.md
1 parent e8be043 commit 3249688

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,35 @@ Irá ser avaliado:
170170
Boa sorte!
171171

172172
Equipe **#roga_rocks**
173+
174+
<h2 id="instalacao">:closed_book: Instalação </h2>
175+
176+
<h3>Pré-requisitos </h3>
177+
178+
<h4>Dependências: </h4>
179+
180+
- [Git](https://git-scm.com)
181+
- [Node.js](https://nodejs.org/pt-br/)
182+
- [Mongo](https://www.mongodb.com/)
183+
- [Redis](https://redis.io/)
184+
185+
```bash
186+
# Clone este repositório.
187+
$ git clone github.com/GustavoSantosCS/teste-backend-nodejs
188+
189+
# Vá para a pasta podcastr
190+
$ cd teste-backend-nodejs
191+
192+
# Instale as dependências
193+
$ npm install / yarn install
194+
195+
# Execute build da aplicação
196+
$ npm run build / yarn build
197+
198+
# Gerar o arquivo .env com as suas configurações, use o .exemplo.env como guia
199+
200+
# Execute aplicação
201+
$ npm start / yarn start
202+
203+
# O app vai está rodando na porta 3000 - acesse <http://localhost:3000>
204+
```

0 commit comments

Comments
 (0)