https://github.com/upmostly/nodejs-graphql-server
https://github.com/upmostly/nodejs-graphql-server
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upmostly/nodejs-graphql-server
- Owner: upmostly
- Created: 2022-08-17T06:32:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T06:36:30.000Z (over 3 years ago)
- Last Synced: 2025-01-13T06:46:35.754Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to set up a GraphQL server with Node.js & Express
This repository is related to the [How to set up a GraphQL server with Node.js & Express](http://upmostly.com/web-development/how-to-set-up-a-graphql-server-with-node-js) Article on Upmostly.com.
It's a showcase of how to setup a GraphQL server on top of Node.js and Express.js using express-graphql & graphql libraries.