animeshsinghweb / Url-Shortener

Simple Url Shortener built upon Node.js

Home Page:https://linke.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL-Shortener

npm steam

Make a URL-Shortener easily with Node.js and Mongoose ODM!

Licensed Under MIT | (c) to Daksh Miglani (https://dak.sh | @Dakshster)

Deployed on Heroku, https://linke.herokuapp.com/

What does it Use?

  1. Node.js
  2. Express.js
  3. Mongoose.js
  4. MongoDB
  5. BodyParser Middleware

How to Use it?

You just have to update 2 variables at Line 7 and 8 of server.js file:

  1. Update the siteURL variable (for example: https://dak.sh) without any / (backslash) at end. If you are using localhost, just leave it blank, or you have to make sure that the domain name is pointing to the server if using TLD.

  2. Update the databaseURL variable with your MongoDB server url.

... and you are done!

Bugs

If you find any bugs, You can submit a pull request!

About

Simple Url Shortener built upon Node.js

https://linke.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 59.5%Language:HTML 40.2%Language:CSS 0.3%