A simple URL Shortener application built using JavaScript.
This project is created as a learning exercise to understand backend concepts like request handling, routing, and basic data storage.
- Convert long URLs into short links
- Redirect short URLs to original URLs
- Simple and minimal implementation
- Fast and lightweight
- JavaScript
- Node.js
- Express.js
- In-memory storage (for learning purpose)
Make sure Node.js is installed.
npm install
node index.js