URL shortener created with node express js
#usage
- 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.
- click login, choose register, then login.
- 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.