Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-URL

When posting on social media, character limits can be a real pain. Why not save precious characters with a URL shortener?

Getting Started

To check out this url shortener service:

  • fork and clone
  • npm install
  • npm run dev

Making your Post Request with a HTTP API client.

URL POST Request : http://localhost:4000/api/url/shorten

Header: Content-Type
Value: application/Json

Long URL's to test


Returns our UrlModel and the shortUrl is what we are testing for our GET request on any web browser.


Languages & Technologies used

  • JavaScript
  • Node.js
  • Express
  • MongoDB
  • Vs Code
  • Insomnia or Postman/ then returned shortened URL is tested thru any web browser.

Command Prompts and Dependencies

  • npm init -y
  • npm install express mongoose shortid valid-url
  • npm install --save-dev nodemon

About

When posting on social media, character limits can be a real pain. Why not save precious characters with a URL shortener?

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages