No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Christian Ziermann 51276448c6 first commit hace 4 años
docker first commit hace 4 años
schemas first commit hace 4 años
src first commit hace 4 años
test first commit hace 4 años
.eslintrc.js first commit hace 4 años
.gitignore first commit hace 4 años
.prettierrc first commit hace 4 años
README.md first commit hace 4 años
nest-cli.json first commit hace 4 años
package-lock.json first commit hace 4 años
package.json first commit hace 4 años
tsconfig.build.json first commit hace 4 años
tsconfig.json first commit hace 4 años

README.md

start db docker run --name geekfights-db -e MONGO_INITDB_DATABASE=geekfights -d -p 27017:27017 -v ~/data:/data/db mongo