Skip to content

aedobrynin/shorten-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorten me

Shorten me is a Flask application to short URLs. Shorten me homepage

Installation

  1. Install requirements
python3 -mvenv dev
source dev/bin/activate
pip3 install -r requirements.txt
  1. Create database
source dev/bin/activate
python3
from main import app, db
with app.app_context():
    db.create_all()
  1. Run
python3 main.py

License

This project is licensed under the MIT License - see the LICENSE file for deta

About

URL-shortener written on Python with Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published