Skip to content

faizulabrar/graphql-ts-server-boilerplate

 
 

Repository files navigation

Graphql TS Server Boilerplate

Build Status code style: prettier License: MIT

A GraphQL Server boilerplate made with Typescript, MongoDB, and Redis

Installation

  1. Clone project
git clone https://github.com/LIYINGZHEN/graphql-ts-server-boilerplate
  1. cd into folder
cd graphql-ts-server-boilerplate
  1. Download dependencies
yarn
  1. Install and start Redis

Usage

You can start the server with yarn start then navigate to http://localhost:4000 to use GraphQL Playground.

Stacks

About

A GraphQL server boilerplate made with Typescript, MongoDB, and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • Shell 1.2%
  • Other 1.7%