https://github.com/mdparwez/url-shortener
Url Shortener Application using Python, flask, react.js, mongoDB
https://github.com/mdparwez/url-shortener
flask git mongodb python react
Last synced: 3 months ago
JSON representation
Url Shortener Application using Python, flask, react.js, mongoDB
- Host: GitHub
- URL: https://github.com/mdparwez/url-shortener
- Owner: MdParwez
- Created: 2025-03-20T12:15:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T03:30:13.000Z (about 1 year ago)
- Last Synced: 2025-05-18T04:26:41.909Z (about 1 year ago)
- Topics: flask, git, mongodb, python, react
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **URL Shortener**
A **URL Shortener** web application built using **React.js** for the frontend, **Flask (Python)** for the backend, and **MongoDB Atlas** as the database. The application allows users to convert long URLs into shorter, unique links and retrieve the original URL using the generated short link.
## **Tech Stack**
### **Frontend:**
- React.js (Vite)
- React Hooks (useState, useEffect)
- Axios (API Calls)
- Tailwind CSS (Styling)
### **Backend:**
- Python (Flask)
- Flask-CORS (Handling CORS issues)
- Flask-PyMongo (MongoDB integration)
### **Database:**
- MongoDB Atlas (Cloud-based NoSQL Database)