Skip to content

URL Shortener, Customizable URL, QR-Code Generator, Link Analytics, Link History and User Management Website Built With Python, Flask, Html, CSS and Javascript.

License

Notifications You must be signed in to change notification settings

zichdan/scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Twitter




Table of Contents
  1. About Cutle
  2. Lessons Learned
  3. Usage
  4. Sample
  5. License
  6. Contact
  7. Acknowledgements

back to top


About Cutle

Cutle is a simple tool which makes URLs as short as possible, as "brief is the new black" in the age of social media.

Cutle converts long URLs into easily sharable QR codes and short, customizable links.

This tool was built as a capstone project by Zichdan, a Backend Engineering student at AltSchool Africa who's learning to create magic with Python.

Live Site: cutle.tech

Full Documentation: Scissor Wiki

back to top

Built With:

Python Flask Jinja HTML5 CSS3 SQLite

back to top


Lessons Learned

Creating this tool helped to learn and practice:

  • Responsive Web Design
  • URL Shortening
  • QR Code Generation
  • Rate Limiting
  • Caching
  • Debugging
  • Routing
  • Database Management
  • Internet Security
  • User Authentication
  • User Authorization
  • Message Flashing
  • Documentation

back to top


Usage

This tool can be accessed via the deployed site or a local copy of the project.

Live Link

Deployed site: cutle.tech - hosted via render

Localhost

To get a local copy up and running, follow the steps below.

Prerequisites

Python3: Get Python

Installation

  1. Clone this repo
    git clone https://github.com/zichdan/scissor.git
  2. Activate the virtual environment
    source scissor/bin/activate
  3. Install project packages
    pip install -r requirements.txt
  4. Run Flask
    flask run
  5. Open the link generated in the terminal on a browser

back to top


Sample


Scissor Screenshot




Scissor Screenshot


back to top


License

Distributed under the MIT License. See LICENSE for more information.

back to top


Contact

Daniel Ezichi - @Zichdan_ - zichdan1999@gmail.com

Live Site: cutle.tech

Project Link: Cutle Repo

Documentation: Scissor Wiki

back to top


Acknowledgements

This project was made possible by:

back to top


About

URL Shortener, Customizable URL, QR-Code Generator, Link Analytics, Link History and User Management Website Built With Python, Flask, Html, CSS and Javascript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published