Skip to content

mayurjadhav2002/flask_url_shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask URL Shorter Application

A Lightweight URL shortner Application built with Flask, SqlAlechemy, Bootstrap. This Application will allow you to short your own URL or host this app as a URL Shorter Under your maintenance.

Screenshots

App Screenshot

Run Locally

Installation

To deploy this project run, Clone this Repo

  git clone https://github.com/mayurjadhav2002/flask_url_shortner.git

open Project File and Install Required Dependencies. You'll Need python 3 and PIP installer for this Project. If you already meet requirements, install packages via pip

source venv/bin/activate
  pip install -r requirements.txt

Now, open new terminal and type python3

python

after opening python, in terminal, run following code to create sqlalchemy database.

from main import *
db.create_all()

Now you can run the application on your local Machine. Just type in cmd or terminal

python main.py

or

set FLASK_APP=main
flask run

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.

Tech Stack

Client: Flask, Flask_sqlAlchemy, Bootstrap

Server: Flask(Gunicorn) Self Hosted Locally

Authors

About

A URL shortner app built with Flask, SQLAlchemy and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published