Skip to content

A simple url shortener app made using Flask and SQLite

Notifications You must be signed in to change notification settings

Unbound3d/urlshortener

Repository files navigation

Urlshortener

A simple url shortener app made using Flask and SQLite

Screenshots

Homepage page

screenshot

URL statistics page

screenshot

Installation and set up

Clone this repo into your machine. Prerequisites: python, virtual environment

Set up a virtual environment inside the repo and activate it

python -m venv venv

Activate the virtual environment

Install requirements

pip install -r requirements.txt

Initialize the database

py init_db.py

Run the application

py main.py

Enjoy!

About

A simple url shortener app made using Flask and SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published