Home
Softono
graphql-ts-server-boilerplate

graphql-ts-server-boilerplate

Open source TypeScript
696
Stars
174
Forks
14
Issues
17
Watchers
6 years
Last Commit

About graphql-ts-server-boilerplate

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

Platforms

Web Self-hosted

Languages

TypeScript

Links

graphql-ts-server-boilerplate

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

Installation

  1. Clone project

    git clone https://github.com/benawad/graphql-ts-server-boilerplate.git
  2. cd into folder

    cd graphql-ts-server-boilerplate
  3. Download dependencies

    yarn
  4. Start PostgreSQL server

  5. Create database called graphql-ts-server-boilerplate

    createdb graphql-ts-server-boilerplate
  6. Add a user with the username postgres and and no password. (You can change what these values are in the ormconfig.json)

  7. Install and start Redis

Usage

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

Features

  • Register - Send confirmation email
  • Login
  • Forgot Password
  • Logout
  • Cookies
  • Authentication middleware
  • Rate limiting
  • Locking accounts
  • Testing (probably Jest)

Watch how it was made

Playlist: https://www.youtube.com/playlist?list=PLN3n1USn4xlky9uj6wOhfsPez7KZOqm2V