(Graphql + Expressjs) Boilerplate
Starter for a flexible and scalable GraphQL server for Nodejs with Expressjs.
Quickstart
-
Clone this repository
git clone https://github.com/lleocastro/graphql-express-boilerplate.git
or use as template
https://github.com/lleocastro/graphql-express-boilerplate/generate
-
Install dependencies
npm install
-
Run server
npm start
ornpm run dev
ordocker-compose up
http://localhost:4000/graphql
Server should be running at
Dependencies and scripts
See file package.json
in project root.
SECURITY
If you discover security related issues, please email leonardo_carvalho@outlook.com instead of using the issue tracker.
To contributions
Please, see doc for contribute. Thanks!
License
This is licensed under the MIT license. See License File for more information.