File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -170,3 +170,35 @@ Irá ser avaliado:
170
170
Boa sorte!
171
171
172
172
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
+ ```
You can’t perform that action at this time.
0 commit comments