graphql-server
graphql-server copied to clipboard
GraphQL Server for Front End Masters' GraphQL Workshop
GraphQL Students-Courses Server
This GraphQL server contains queries and mutations to handle CRUD operations on a courses and students resource.
Getting Started
Clone the repo, install the dependencies, and run the server.
npm i
# for live reload
npm run dev
# for prod
npm start
The app will be served at localhost:8080 and GraphiQL can be accessed at localhost:8080/graphql.
License
MIT