Skip to content

FreeCodeCamp "Back End Development and API" course project #3

Notifications You must be signed in to change notification settings

zaid-ahmad/url-shortner-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortner Microservice

Note This is a FreeCodeCamp "Back End Development and API" course project #3

Tech Stack

  • node
  • express
  • mongo db

Extra packages used

  • body-parser
  • cors
  • dotenv
  • mongoose
  • url

How does it work?

You have to enter a valid url of http://www.example.com format. Once you click on POST URL it sends a JSON response with the shorturl as an integer value like 1,2,3...

image

Then, if you visit /api/shorturl/<short_url> it redirects to the url that was shortened.

Short Demo

fcc-backend-project3-demo.mp4

About

FreeCodeCamp "Back End Development and API" course project #3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published