Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 697 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 697 Bytes

express-ts-server-boilerplate

An Express Server boilerplate made with Typescript, Postgresql and Redis.

Installation

  1. Clone project
git clone https://github.com/benawad/express-ts-server-boilerplate.git
  1. cd into folder
cd express-ts-server-boilerplate
  1. Download dependencies
yarn
  1. Start PostgreSQL server and Redis
  2. Create database called db (You can change it in the config.json file)
  3. Add a user with the username postgres and password postgres.)

Usage

You can start the server with yarn dev.

Features

  • Register - Send confirmation email
  • Login
  • Forgot Password
  • Logout
  • Cookies
  • Authentication middleware
  • Locking accounts