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