Skip to content

DLSiem/ShortenURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortenURL

ShortenURL is a URL shortening service that allows users to create short, easy-to-share URLs from long URLs. This project is built using Node.js, Express, TypeScript, and PostgreSQL for the backend, and React for the frontend.

Demo

Demo GIF

Features

  • Shorten long URLs
  • Redirect short URLs to the original URLs
  • Track the number of clicks on each short URL
  • User-friendly interface
  • Error handling

Download

Clone the repository:

git clone https://github.com/yourusername/ShortenURL.git

cd ShortenURL/
# run that backend
cd server
npm install
npm run dev

# run the frontend
cd client
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published