You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/back-end.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,28 @@ Preparei alguns seeds pra você importar na base de dados, mas primeiro verifiqu
11
11
12
12
Para importar execute, não se esqueça de colocar seu usuário no `--username=seu-user` configurado no `.env`. Ao executar, ele irá solicitar a senha que foi configurada no mesmo arquivo.
13
13
14
-
Para **cidades**:`mongoimport --host=localhost --port=27017 --username= --authenticationDatabase=admin --db=devparana --collection=citycollections --file=assets/seeds/city-collection.json`
14
+
Para **cidades**:
15
15
16
-
Para **usuários**: `mongoimport --host=localhost --port=27017 --username= --authenticationDatabase=admin --db=devparana --collection=usercollections --file=assets/seeds/user-collection.json`
0 commit comments