Skip to content

NishikantaRay/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A URL shortening service is a third-party website that converts that long URL to a short, case-sensitive alphanumeric code.

Demo

Alt Text

Installation

Clone Git repo

  git clone https://github.com/NishikantaRay/URL-Shortener.git
  cd URL-Shortener

Install npm packages

npm install 
or 
npm install express mongoose shortid valid-url
npm install --save-dev nodemon

Now run the server

npm run serve

Then listen on localhost

http:localhost:5000

About

Custom URL Shortener using Node.js, Express, and MongoDB .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published