Skip to content

jlillis/flask-url-shortener

Repository files navigation

flask-url-shortener

This is a basic URL shortener web app built using Flask.

Getting Started

Installation

  1. If downloaded as a .zip, unzip the project files
  2. To install the required packages, just run the following command in the main project folder:
pip install -r requirements.txt
  1. To initialize the database, run flask db upgrade
  2. To run the web server, run flask run

About

A simple url shortener web app built using Flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published