You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Ziermann 51276448c6 first commit 4 years ago
docker first commit 4 years ago
schemas first commit 4 years ago
src first commit 4 years ago
test first commit 4 years ago
.eslintrc.js first commit 4 years ago
.gitignore first commit 4 years ago
.prettierrc first commit 4 years ago
README.md first commit 4 years ago
nest-cli.json first commit 4 years ago
package-lock.json first commit 4 years ago
package.json first commit 4 years ago
tsconfig.build.json first commit 4 years ago
tsconfig.json first commit 4 years ago

README.md

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