Skip to content

namankr/urlShortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Service

API to create short urls using Node, Express and MongoDB

Quick Start

# Install dependencies
npm install

Edit mongoURI 
# Edit the default.json file with your mongoURI and baseUrl


# Run
npm start

Endpoint to create short url

POST api/url/shorten

{ "longUrl": "xxxx" }

About

custom URL shortener with Nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published