๐Ÿ”— GitHub

Description

A simple app using mail for two factor authentication for user registration. Snapshot:

  • Postgres for storing users and userdata
  • nodemailer for mailing
  • kenx for database migrations
  • Bookshelf on top of knex for ORM
  • Code written in typescript.
  • mocha, chai for unit-testing.
  • chai-http for api testing.
  • joi for validations
  • Docker for testing and deploying of application.