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 fd8fbe0e81 add graphql and episodes provider 4 lat temu
docker first commit 4 lat temu
schemas add graphql and episodes provider 4 lat temu
src add graphql and episodes provider 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 add graphql and episodes provider 4 lat temu
package-lock.json add graphql and episodes provider 4 lat temu
package.json add graphql and episodes provider 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