選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Christian Ziermann 51276448c6 first commit 5年前
docker first commit 5年前
schemas first commit 5年前
src first commit 5年前
test first commit 5年前
.eslintrc.js first commit 5年前
.gitignore first commit 5年前
.prettierrc first commit 5年前
README.md first commit 5年前
nest-cli.json first commit 5年前
package-lock.json first commit 5年前
package.json first commit 5年前
tsconfig.build.json first commit 5年前
tsconfig.json first commit 5年前

README.md

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