ConnorSwis / url-shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortentener

As a Junior in high school, I wanted to become more familiar with the backend side of development, so I created a link shortener that uses Flask and SQLite.

Installation

git clone https://github.com/ConnorSwis/url-shortener
pip install -r requirements.txt

Create a secret key in .env.

Usage

python src/main.py

A development server will open at http://localhost:5000/.

About

License:MIT License


Languages

Language:Python 55.5%Language:HTML 36.0%Language:CSS 8.0%Language:Shell 0.5%