TinyLink is a simple URL shortener built with Node.js, Express, and MongoDB.
- Shorten long URLs to easily shareable links.
- Quickly redirect users from short links to the original URLs.
- Node.js and npm installed
- MongoDB installed and running
-
Clone the repository:
git clone https://github.com/MahmoudAbdelsamie/TinyLink.git
-
Install Packages:
npm install
-
Run The App:
npm run dev