A simple URL shortening application using the power of node modules. The shortened URLs are amazingly short and non-sequential. A count of how many times URLs are used is kept.
# Install dependencies
npm install
# Edit the default.json file with your mongoURI and baseUrl
# Use production.json in production env
# Run
npm startNode.js is used for creating the API for short URL with MongoDB as backend service.