URL SHORTENER
Tired of sending those long urls to your friends?
Try this! A custom url shortener service built with node.js
VIEW LIVE DEMO
Screenshots
[Desktop]
[Mobile]
Examples
Click Below To Go To Google
http://links.ishandeveloper.com/ziyR2DN
Click Below To Go To Wikipedia
http://idevshort.herokuapp.com/aFnDckw
Dependencies
- mongoose
- ejs
- express
- nanoid
- dotenv
Setup
Clone the repo and install the dependencies
git clone https://github.com/ishandeveloper/url-shortener.git
cd url-shortener
npm installTo run the app, simply write
npm start