Skip to content

Ajeet1606/url-shortner-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniUrl: URL Shortner Application

Short your long URLs and make them handy to share.

📃Table Of Content

💫Prerequisites

Make sure you've downloaded Node JS and NPM.

🧑‍💻Installation

Clone the project

  git clone https://github.com/Ajeet1606/url-shortner-backend.git

Go to the project directory

  cd url-shortner-backend

Install dependencies

  npm i

Start the server

  npm start

🕸️Tech Stack

Server:

NodeJS, ExpressJS, MongoDB

😜Features

Short your URLs

  • Go to /shortUrl endpoint and make a post request with your source URL
  • It'll give you the shorted URL

Get Analytics:

  • Go to /analytics/:id endpoint and make a get request, it will give you the number of visits on your shorted URL and the timeline of visits as well.

If you liked it, drop a 💫, it'll encourage me to build me. If you want anything to add, please raise an issue/PR.

Releases

No releases published

Packages

No packages published