https://github.com/armanidrisi/shortlink-flask
Simple Url Shortner Web In Python Flask Backend
https://github.com/armanidrisi/shortlink-flask
flask flask-application flask-backend linkshortener python url-shortener webapp
Last synced: 3 months ago
JSON representation
Simple Url Shortner Web In Python Flask Backend
- Host: GitHub
- URL: https://github.com/armanidrisi/shortlink-flask
- Owner: Armanidrisi
- Created: 2023-04-02T05:49:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T13:26:12.000Z (about 3 years ago)
- Last Synced: 2025-03-20T20:43:07.348Z (over 1 year ago)
- Topics: flask, flask-application, flask-backend, linkshortener, python, url-shortener, webapp
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔗 Short Link Maker Web App







This is a Short Link Maker App created using Python Flask and SQLite3. The app allows users to create shortened links for long URLs and use them in their projects.
## Preview:

## 🔍 About the project
The Short Link Maker App is a web application created using Python Flask and SQLite3. The app allows users to create shortened links for long URLs and use them in their projects. The app stores the original URLs and their shortened versions in a SQLite3 database, which can be queried to retrieve the original URLs.
## 💻 How to install and use
To install and use the app, follow these steps:
1. Clone the repository to your local machine.
2. Create a virtual environment and activate it.
3. Install the required dependencies using `pip install -r requirements.txt`.
4. Run the app using `python app.py`.
5. Open your web browser and go to `http://localhost:5000`.
To create a shortened link, enter the original URL in the input field and click the `Shorten` button. The app will generate a shortened link for the original URL, which you can copy and use in your projects.
## 💻 Languages/frameworks used
The Short Link Maker App was created using the following languages/frameworks:



## 👤 Author
The Short Link Maker App was created by [Arman Idrisi](https://github.com/Armanidrisi).
## 📄 License
The Short Link Maker App is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## 🔗 Repo URL
The Short Link Maker App repository can be found at: https://github.com/Armanidrisi/ShortLink-Flask