这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

hisuwh/graphql-techtalk

Repository files navigation

GraphQL Demo

Setup

Dependencies

This project uses MongoDB. The easiest way to install this is with chocolatey:

choco install mongodb

Install packages:

npm install

VS Code Tools (optional)

For a better developer experience you will want to install the GraphQL for VSCode extension. This has a dependency on Watchman, instructions for installing this can be found here.

Running

To start the app:

npm start

Browse

Hack away!

  • The server will restart if you make changes
  • The app will live reload if you make changes

Some ideas

  • Add another type
  • Store projects in there own collection and modify the field resolver to load them
  • Add an update developer mutation (hint you might need an input object type)
  • Add components to display individual developer with more details
  • Swap out the database provider
  • Rewrite the back end in .NET with Hot Chocolate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published