Skip to content

lazakoa/microurl

Repository files navigation

Code Climate

Required

Note some requirements in requirements.txt are for Heroku only. Below are the actual requirements for running the application locally.

  • Python 3 (Python 2 untested)
  • Flask
  • Requests

Use

Note these are *nix instructions, usage on Windows may be different. Using a *nix system is highly recommended to avoid any undue frustration.

$ export FLASK_APP=microURL.py
$ flask run

This application has been successfully deployed to Heroku as well. The required Heroku files are included,

  • Procfile
  • requirements.txt
  • runtime.txt

See the Flask documents for more information about using Flask.

About

URL shortener written in Python + Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • HTML 20.5%
  • CSS 10.3%
  • JavaScript 9.4%
  • Makefile 2.9%
  • Shell 0.3%