You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A URL Shortner and QR Code Generator web app based on Express.js and mongoDB(Atlas). It converts long URL into a unique short URL also generates a QR Code for the URL
A Express.js App to demonstrate the methods and techniques for login and register. For the database we're using the mongoDB. This also demonstrate a good practice of hashing the password before saving them to database.