10000 GitHub - ifellinaholeonce/tinyURL: Shorten URLs to random strings and keep a history of them.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ifellinaholeonce/tinyURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL Project

TinyURL is a full stack web application built with Node and Express that allows users to shorten long URLs (a la bit.ly)

Final Product

"Landing Page for users not logged in" "Registration Page for users create an account" "List of all your shortened URLs: delete them, edit them and see a brief overview of the traffic that has gone through." "Edit your short URL's destination. See the amount of visitors and unique visitors for your short URL"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies npm install
  • Run the development web server node server.js

Features

  • TinyURL allows the user to access and edit all of the URLs they have shortened
  • Users can delete individual TinyURLs they have created - stopping shared TinyURLs from working.
  • Users can see the number of views and unique visitors their shortened URLs have generated

About

Shorten URLs to random strings and keep a history of them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0