Keti - URL Shortener
Password Protected Custom URL shortening service
- Express Framework
- Mongoose as the ORM
- MongoDB as the backend database
- .ejs as the frontend
-
For google authentication
- inside config Folder -> googleData.js
- module.exports.clientId = "< Your client Id >";
- module.exports.clientSecret = "< Your secret key >";
- inside config Folder -> googleData.js
-
For DB connection
- inside config Folder -> monkoKey.js
- module.exports = "< Your mongodb key >";
- inside config Folder -> monkoKey.js