Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
/ shorty Public archive

An URL shortener written in Python using the Flask framework

Notifications You must be signed in to change notification settings

mdeous/shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flattr this repo!

Introduction

Shorty is an URL shortener written in Python using the Flask framework.

Dependencies

  • Flask==0.8
  • Flask-WTF
  • Flask-SQLAlchemy
  • Flask-Script (only needed to run the application from the manage.py script)

Running it

Install the required dependencies with pip

pip install -r requirements.txt

Set up the database

python manage.py syncdb

and then, to run it with the Flask's development server, use the manage.py script

python manage.py runserver

To run the application in a production environment, refer to [Flask's documentation] (http://flask.pocoo.org/docs/deploying/) about deployment options.

About

An URL shortener written in Python using the Flask framework

Topics

Resources

Stars

Watchers

Forks

Languages