twwright / shorter-url

A URL shortener written in Python with Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shorter-url

shorter-url is a URL shortening app designed to learn the basics of Python and Flask. It's not fancy, but it works.

Learning Objectives

  • using Jinja for templating
  • making GET/POST requests in Flask
  • using Flask to set up a JSON API
  • templating with Bootstrap
  • deploying with Gunicorns

About

A URL shortener written in Python with Flask


Languages

Language:Python 61.6%Language:HTML 38.4%