keti-Url-shortener

Keti - URL Shortener

Description

Password Protected Custom URL shortening service

Tech Stack

  • Express Framework
  • Mongoose as the ORM
  • MongoDB as the backend database
  • .ejs as the frontend

Config

  • For google authentication

    • inside config Folder -> googleData.js
      • module.exports.clientId = "< Your client Id >";
      • module.exports.clientSecret = "< Your secret key >";
  • For DB connection

    • inside config Folder -> monkoKey.js
      • module.exports = "< Your mongodb key >";

Screenshots