A GraphQL Server boilerplate made with Typescript, MongoDB, and Redis
- Clone project
git clone https://github.com/EbrahimKreem/auth-ts-server.git
- cd into folder
cd auth-ts-server
- Download dependencies
yarn
- Start MongoDB server
You can start the server with yarn run dev
then navigate to http://localhost:4000/graphql
to use GraphQL Playground.
- Register
- Login
- Forgot Password
- OAuth for google and facebook