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 vuotta sitten
docker first commit 4 vuotta sitten
schemas add graphql and episodes provider 4 vuotta sitten
src add graphql and episodes provider 4 vuotta sitten
test first commit 4 vuotta sitten
.eslintrc.js first commit 4 vuotta sitten
.gitignore first commit 4 vuotta sitten
.prettierrc first commit 4 vuotta sitten
README.md first commit 4 vuotta sitten
nest-cli.json add graphql and episodes provider 4 vuotta sitten
package-lock.json add graphql and episodes provider 4 vuotta sitten
package.json add graphql and episodes provider 4 vuotta sitten
tsconfig.build.json first commit 4 vuotta sitten
tsconfig.json first commit 4 vuotta sitten

README.md

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