11# 🔗 tiny URL Generator
22
3- > A modern, Bitly-style tiny URL web application built with Flask, FastAPI & MongoDB
3+ > A modern, Bitly-style tiny URL web application built with FastAPI & MongoDB
44
55![ Python] ( https://img.shields.io/badge/Python-3.10-blue.svg )
6- ![ Flask] ( https://img.shields.io/badge/Flask-Web%20Framework-black.svg )
76![ MongoDB] ( https://img.shields.io/badge/Database-MongoDB-green.svg )
87![ License] ( https://img.shields.io/badge/License-MIT-yellow.svg )
98![ Status] ( https://img.shields.io/badge/Status-Active-success.svg )
1211
1312## 📌 Overview
1413
15- ** tiny URL** is a sleek, fast, and modern URL shortening platform built using ** Flask ** , ** FastAPI** , and ** MongoDB** .
14+ ** tiny URL** is a sleek, fast, and modern URL shortening platform built using ** FastAPI** , and ** MongoDB** .
1615It converts long URLs into short, shareable links — just like Bitly.
1716
1817The project supports both:
1918
20- - 🌐 ** Flask Web UI** (end users)
2119- 🚀 ** FastAPI REST API** (developers / integrations)
2220
2321---
@@ -37,7 +35,6 @@ The project supports both:
3735- Mobile-friendly QR Codes
3836- Fully responsive design
3937- Recent URLs page
40- - Glassmorphism UI
4138
4239---
4340
@@ -75,17 +72,15 @@ def generate_code(length=6):
7572
7673🗃️ Tech Stack
7774
78- | Layer | Technology |
79- | ----------- | -------------------------- |
80- | UI Backend | Flask |
81- | API Backend | FastAPI |
82- | Database | MongoDB |
83- | Frontend | HTML, CSS, Vanilla JS |
84- | UI Style | Glassmorphism, Gradient UI |
85- | API Server | Uvicorn |
86- | Validation | Pydantic v2 |
87- | CLI | Click |
88- | Data | JSON |
75+ | Layer | Technology |
76+ | ----------- | --------------------- |
77+ | API Backend | FastAPI |
78+ | Database | MongoDB |
79+ | Frontend | HTML, CSS, Vanilla JS |
80+ | API Server | Uvicorn |
81+ | Validation | Pydantic v2 |
82+ | CLI | Click |
83+ | Data | JSON |
8984
9085📁 Project Folder Structure
9186
@@ -236,14 +231,14 @@ Response:
236231
237232Screenshots:
238233Home Page:
239- ![ home page] ( app /assets/images/home.png)
240- ![ home dark mode] ( app /assets/images/home_dark.png)
241- ![ home page] ( app /assets/images/valid.png)
242- ![ home layout] ( app /assets/images/short_url.png)
243- ![ recent] ( app /assets/images/recent.png)
234+ ![ home page] ( . /assets/images/home.png)
235+ ![ home dark mode] ( . /assets/images/home_dark.png)
236+ ![ home page] ( . /assets/images/valid.png)
237+ ![ home layout] ( . /assets/images/short_url.png)
238+ ![ recent] ( . /assets/images/recent.png)
244239tiny API Page:
245- ![ API] ( app /assets/images/API_page.png)
246- ![ API1] ( app /assets/images/api_page2.png)
240+ ![ API] ( . /assets/images/API_page.png)
241+ ![ API1] ( . /assets/images/api_page2.png)
247242
248243📜License
249244
0 commit comments