Url Shortener
2022-04-03

A url shortener using flask and sqlalchemy. Users are greeted by "Shorten URL" with a url field. Upon submitting a url, the user is then presented with a success message and a shortened link. The source for this project can be found at https://gitlab.com/imbev/url-shortener.