Skip to content

vprosekov/flask-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask url shortener

A minimalist and lightweight URL shortener.

What can it do?

  • Makes long url short
  • Redirects to websites via short url

Installation

This project requires Python 3.6 and some libraries to run.

Install Libraries

(venv)$ pip install flask #Installing Flask
(venv)$ pip install Flask-WTF #Installing Flask-WTF\
(venv)$ cd flask-url-shortener #Open project folder
(venv)$ python app.py #Run app

Todos

  • Make urls valid only for a week
  • Make ads(Sorry)

License

MIT License

hello world:)

About

A minimalist and lightweight URL shortener on Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published