/nacut-url-shortner

An Open Source URL shortner built with Node, ejs and mongoDB

Primary LanguageEJS

NAcut URL Shortner

url demo

🔥 Live demo here

NAcut is open source url shortner that you can self host too. This project was designed to learn 🎓 basic building blocks of ejs, node js, mongoDB and middlwares like mongoose and express.

Currently we have no plans to develop this project furthur but in future you might see an url shortner with only once or n times visits allowed, with logins and monitoring portals counting url visits, Password protected shortned urls and much more 👀

Host NAcut

Step 1 :

git clone https://github.com/ni3mumbaikar/nacut-url-shortner.git

Step 2 :

Open project directory in terminal and run

npm install

Step 3 :

Replace existing database url from index.js:9 first argument of connect method with your own mongoDB database url

Step 4 :

Start Your project with

npm start or node index