A GraphQL Server boilerplate made with Typescript, MongoDB, and Redis
- Clone project
git clone https://github.com/LIYINGZHEN/graphql-ts-server-boilerplate
- cd into folder
cd graphql-ts-server-boilerplate
- Download dependencies
yarn
- Install and start Redis
You can start the server with yarn start
then navigate to http://localhost:4000
to use GraphQL Playground.
- typescript for application-scale JavaScript.
- graphql-yoga for fully-featured GraphQL.
- mongodb for database.
- docker for containerization.
- jest for testing.