Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 529 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 529 Bytes

graphql-ts-server-boilerplate

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

Installation

  1. Clone project
git clone https://github.com/EbrahimKreem/auth-ts-server.git
  1. cd into folder
cd auth-ts-server
  1. Download dependencies
yarn
  1. Start MongoDB server

Usage

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

Features

  • Register
  • Login
  • Forgot Password
  • OAuth for google and facebook