您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Christian Ziermann 51276448c6 first commit 4 年前
docker first commit 4 年前
schemas first commit 4 年前
src first commit 4 年前
test first commit 4 年前
.eslintrc.js first commit 4 年前
.gitignore first commit 4 年前
.prettierrc first commit 4 年前
README.md first commit 4 年前
nest-cli.json first commit 4 年前
package-lock.json first commit 4 年前
package.json first commit 4 年前
tsconfig.build.json first commit 4 年前
tsconfig.json first commit 4 年前

README.md

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