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 vuotta sitten
docker first commit 4 vuotta sitten
schemas first commit 4 vuotta sitten
src first commit 4 vuotta sitten
test first commit 4 vuotta sitten
.eslintrc.js first commit 4 vuotta sitten
.gitignore first commit 4 vuotta sitten
.prettierrc first commit 4 vuotta sitten
README.md first commit 4 vuotta sitten
nest-cli.json first commit 4 vuotta sitten
package-lock.json first commit 4 vuotta sitten
package.json first commit 4 vuotta sitten
tsconfig.build.json first commit 4 vuotta sitten
tsconfig.json first commit 4 vuotta sitten

README.md

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