A simple URL Shortener API built using Node.js, Express, and PostgreSQL.
Features: Shorten long URLs into unique short codes.
Redirect to the original URL using the short code.
How to run: Clone the repository.
Run npm install to install dependencies.
Create a .env file with your DB_PASSWORD.
Run npm start.