Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Christian Ziermann 51276448c6 first commit 4 lat temu
docker first commit 4 lat temu
schemas first commit 4 lat temu
src first commit 4 lat temu
test first commit 4 lat temu
.eslintrc.js first commit 4 lat temu
.gitignore first commit 4 lat temu
.prettierrc first commit 4 lat temu
README.md first commit 4 lat temu
nest-cli.json first commit 4 lat temu
package-lock.json first commit 4 lat temu
package.json first commit 4 lat temu
tsconfig.build.json first commit 4 lat temu
tsconfig.json first commit 4 lat temu

README.md

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