zeerx7 / SLink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLink

SLink is a simple url shortener tool made with Flask (Python)

Demo

https://slink.pythonanywhere.com/

Screenshots

screenshot_slink

Installation & Run Web

Install python, git & clone

apt install python
apt install git
git clone https://github.com/404rgr/SLink
cd SLink

Install Modules

pip install flask
pip install flask_sqlalchemy

Run Web

python app.py

open 127.0.0.1:5000 in your browser.

Note

This application can be run on python 2.xxx or 3.xxx.

Donation

if you want you can donate to me at: klik

About

License:GNU General Public License v3.0


Languages

Language:HTML 74.9%Language:Python 21.6%Language:CSS 3.5%