Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 302 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 302 Bytes

Todo application

Backend stack:

  • Node JS
  • Express
  • Mongo DB (mongoose)
  • Template engine: Pug

Frontend stack:

  • Vanilla JS

Passwords are hashed using bcrypt library and then stored in DB.

Session based authorization using express-session and cookie-parser npm packages.