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

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

Awesome Lists containing this project

README

          

# 🔗 Short Link Maker Web App

![GitHub](https://img.shields.io/github/license/Armanidrisi/ShortLink-Flask)
![GitHub language count](https://img.shields.io/github/languages/count/Armanidrisi/ShortLink-Flask)
![GitHub top language](https://img.shields.io/github/languages/top/Armanidrisi/ShortLink-Flask)
![GitHub last commit](https://img.shields.io/github/last-commit/Armanidrisi/ShortLink-Flask)
![GitHub repo size](https://img.shields.io/github/repo-size/Armanidrisi/ShortLink-Flask)
![GitHub issues](https://img.shields.io/github/issues/Armanidrisi/ShortLink-Flask)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Armanidrisi/ShortLink-Flask)

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:

![preview](https://i.ibb.co/XpJ8hJb/6443cddc7105585c2735be70.jpg)

## 🔍 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:

![Python](https://img.shields.io/badge/Python-3.6%2B-blue)
![Flask](https://img.shields.io/badge/Flask-1.1.2-blue)
![SQLite](https://img.shields.io/badge/SQLite-3-blue)

## 👤 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