项目作者: Kaakati

项目描述 :
A boilerplate for apollo server setup in NodeJS & GraphQL.
高级语言: JavaScript
项目地址: git://github.com/Kaakati/Apollo-Server-Boilerplate.git
创建时间: 2019-02-20T10:33:21Z
项目社区:https://github.com/Kaakati/Apollo-Server-Boilerplate

开源协议:

下载


Apollo Server Boilerplate

Visits Badge

NodeJS apollo server boilerplate, the initial setup for a server:

Setup

Edit:

  1. Edit Seeds according to your needs.
  2. And Setup Mongo Database by replacing the URL.
  3. Database/db.js

Pull the repository and run

  1. npm install

Run Server Command

  1. npm start

Access GraphQL Playground at:

  1. http://localhost:4000/graphql

Features:

  • User Signup
  • User Login
  • User Roles
  • JWT Token / Authorization
  • Localization