Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 331 Bytes

File metadata and controls

6 lines (4 loc) · 331 Bytes

express-example

GraphQLServer example using Express.js

How to run

To install the necessary dependencies run npm install. To run the server execute npm start. It will run a http server using GraphQLServer on localhost:7070/graphql with the user example schema and resolvers from the @dreamit/graphql-server project.