Skip to content

haku-kiro/graphql-typescript-server-boilerplate

Repository files navigation

Graphql typescript server boilerplate

This will be boilerplate code that you can make use of when setting up a new project. The creation of this source code is the result of following a tutorial by Ben Awad

Features

The following base features will be implemented

  • Register ( via email, with confirmation email )
  • Login
  • Forgot password
  • Logout
  • Cookies and http header ( browsers, and phones - respectively )
  • Authentication middleware
  • Rate limiting
  • Locking accounts
  • Testing

TypeOrm

TypeOrm is being used for this tutorial.

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published