Skip to content

vinodsilva/keti-Url-shortener

Repository files navigation

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

About

Keti - URL Shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published