Skip to content

mahajanayush77/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url_shortener

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.

Quick Start

# Install dependencies
npm install

# Edit the default.json file with your mongoURI and baseUrl
# Use production.json in production env

# Run
npm start

Technology Stack

Node.js is used for creating the API for short URL with MongoDB as backend service.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors