项目作者: PikaYuhno

项目描述 :
An Express Server boilerplate made with Typescript, Postgresql and Redis.
高级语言: TypeScript
项目地址: git://github.com/PikaYuhno/express-ts-server-boilerplate.git
创建时间: 2021-03-17T20:19:11Z
项目社区:https://github.com/PikaYuhno/express-ts-server-boilerplate

开源协议:MIT License

下载


express-ts-server-boilerplate

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

Installation

  1. Clone project
    1. git clone https://github.com/benawad/express-ts-server-boilerplate.git
  2. cd into folder
    1. cd express-ts-server-boilerplate
  3. Download dependencies
    1. yarn
  4. Start PostgreSQL server and Redis
  5. Create database called db (You can change it in the config.json file)
  6. 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