Skip to content

deadcoder0904/simplest-graphql-express-server

Repository files navigation

simplest-graphql-express-server

Easiest GraphQL 🎨 example with Express & Fake JSON server 😉

Configuration

(1) Start Fake JSON server in 1 Terminal Window

yarn run json:server

(2) Start Express server in another Terminal Window

yarn run dev

(3) Open http://localhost:1337/graphql & enter the following

{
  user(id: "57") {
    name,
    gender,
    age
  }
}

License

MIT © Akshay Kadam

Made by A2K

Sign

About

Easiest GraphQL 🎨 example with Express & Fake JSON server 😉

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published