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 година
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