https://github.com/nethra0906/url-shortener
A simple URL Shortener web app built with Node.js, Express, and PostgreSQL. It allows users to shorten long URLs, manage them easily, and redirect to the original link. The project is containerized with Docker & Docker Compose for easy deployment.
https://github.com/nethra0906/url-shortener
aws aws-ec2 docker express nodejs postgresql prisma
Last synced: 3 months ago
JSON representation
A simple URL Shortener web app built with Node.js, Express, and PostgreSQL. It allows users to shorten long URLs, manage them easily, and redirect to the original link. The project is containerized with Docker & Docker Compose for easy deployment.
- Host: GitHub
- URL: https://github.com/nethra0906/url-shortener
- Owner: nethra0906
- Created: 2025-09-14T12:46:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T13:02:14.000Z (10 months ago)
- Last Synced: 2025-09-14T15:09:31.874Z (10 months ago)
- Topics: aws, aws-ec2, docker, express, nodejs, postgresql, prisma
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔗 URL Shortener
A simple **URL Shortener** web app built using **React (Frontend)** and **Flask (Backend)**.
This app allows users to shorten long URLs and quickly redirect to the original links.
---
## 🚀 Features
- Shorten long URLs into short, easy-to-share links
- Redirect shortened links to the original URLs
- Clean and responsive UI built with React
- Simple Flask API backend
---
## 🛠️ Tech Stack
**Frontend:** React, HTML, CSS, JavaScript
**Backend:** Flask (Python)
---
## 📦 Setup & Run
### 🧩 1. Clone the Repository
```bash
git clone https://github.com/your-username/url-shortener.git
cd url-shortener