Skip to content

Releases: signalarun/nodejs-learnings

v2.0.0

24 Aug 05:09
2537650
Compare
Choose a tag to compare

New feature :
Login and registration persisted in database.
Screenshot_2020-08-12 Register
Screenshot_2020-07-07 Login
Screenshot_2020-07-07 Home Express

v1.1.0

12 Aug 11:34
Compare
Choose a tag to compare

This release includes basic webserver using Expressjs middleware for Nodejs.

  • Authentication using username and password, is implemented with passport-local strategy.
  • User registration
    • Details stored in memory

Screenshot_2020-08-12 Register
Screenshot_2020-07-07 Login
Screenshot_2020-07-07 Home Express

v1.0.0

07 Jul 07:34
Compare
Choose a tag to compare

This release includes basic webserver using Expressjs middleware for Nodejs. Authentication using username and password, is implemented with passport-local strategy.
Screenshot_2020-07-07 Home Express
Screenshot_2020-07-07 Login