Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 331 Bytes

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