Skip to content

IgorCosta93/express-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Logo

The fasted way to start coding with GraphQL.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install
or
$ yarn install

Features

  • Express framework
  • GraphQL has the query language
  • Apollo Server has the connector between Express and GraphQL

Docs & Community

Quick Start

The quickest way to get started with express is to utilize the executable

Start the server:

$ npm start
or
$ yarn start

View the website at: http://localhost:3000

License

MIT

About

Express + GraphQL boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors