Skip to content

Celestialme/URL-SHORTENER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-SHORTENER

URL shortener created with node express js

#usage

  1. input original url into input field, hit ENTER, shortened url will come up, which will be random string of 7 characters long, if you want custom ulrs you have to register.
  2. click login, choose register, then login.
  3. from your profile you can add new urls, delete urls, keep track of unique and total visitors.

i am tracking unique visitors with cookies.

i am using express.js,axios, sqlite3 (we could chose any other DB but for local testing sqlite3 is better). important parts are commented in the code.

About

URL shortener created with node express js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published