ebrahim-2 / auth-ts-server

Authentication GraphQL server boilerplate made with Typescript, MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Authentication GraphQL server boilerplate made with Typescript, MongoDB


Languages

Language:TypeScript 100.0%