npm ci
npm start
npm run build
npm run init:db
Simple link shortener service (similar to bit.ly)
- Front page
- Form for submitting a link
- After submitting a link, the user receives a shortened link
- Additionally the user receives a link to the statistics page for the shortened link
- Clicking a shortened link redirects the user directly to the original link
- Statistics page
- Chart or table with link clicks per day
- Button for deleting the link