Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Christian Ziermann 51276448c6 first commit il y a 4 ans
docker first commit il y a 4 ans
schemas first commit il y a 4 ans
src first commit il y a 4 ans
test first commit il y a 4 ans
.eslintrc.js first commit il y a 4 ans
.gitignore first commit il y a 4 ans
.prettierrc first commit il y a 4 ans
README.md first commit il y a 4 ans
nest-cli.json first commit il y a 4 ans
package-lock.json first commit il y a 4 ans
package.json first commit il y a 4 ans
tsconfig.build.json first commit il y a 4 ans
tsconfig.json first commit il y a 4 ans

README.md

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