An open API service indexing awesome lists of open source software.

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

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)