hrishibhattu / swify-url-shortner

url shortner built with flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swify URL Shortner

URL-SHORTNER built with flask

Clone repository

$ git clone https://github.com/geekypandey/swify-url-shortner

Set up the virtual environment and install dependencies

Create and activate

$ cd swify-url-shortner
$ python3 -m venv venv 
$ source venv/bin/activate
$ pip install -r requirements.txt

Run the Flask server

$ python3 app.py

Open address in web browser

The program runs at 127.0.0.1:5000

About

url shortner built with flask


Languages

Language:Python 59.9%Language:HTML 40.1%