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

README.md

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