Skip to content

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

License

Notifications You must be signed in to change notification settings

PikaYuhno/express-ts-server-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published