An Express Server boilerplate made with Typescript, Postgresql and Redis.
- Clone project
git clone https://github.com/benawad/express-ts-server-boilerplate.git
- cd into folder
cd express-ts-server-boilerplate
- Download dependencies
yarn
- Start PostgreSQL server and Redis
- Create database called
db
(You can change it in the config.json file) - Add a user with the username
postgres
and passwordpostgres
.)
You can start the server with yarn dev
.
- Register - Send confirmation email
- Login
- Forgot Password
- Logout
- Cookies
- Authentication middleware
- Locking accounts