Giter Site home page Giter Site logo

shortyy's Introduction

Shortyy

Features

  • Open Source, Secure
  • Free Alternative To Paid URL Shorteners
  • 24/7 Runtime
  • Made In Python (Flask)
  • Database Used : PostgreSQL
  • A Dashboard

Usage

  • Clone The Repository On Your PC.

    https://github.com/Davezacofficial/Shortyy.git
    
  • Open PGAdmin4 (GUI) or PSQL (Shell) and create a new database and clone the database using Restore option, i.e, import the file shortyy (included in repository), this will create just the required table and schema inside the database without any data.

  • Now Open config.py, change your admin username and password. This will allow you to get access to dashboard which you can use to manage your URLs.

  • Most Importantly in config.py add your Database URI there in the format db_engine://db_username:db_password@db_host:db_port/db_name, here we are using PostgreSQL so you can do something like this, taking these as db parameters - db_user - postgres, db_password - test123, db_host - localhost, db_port - 5432, db_name - urlshortener: postgres://postgres:test123@localhost:5432/urlshortener

  • Install Requirements: Open your terminal and enter: pip install -r requirements.txt

  • Host The Flask App: (Debug Environment - Run python app.py) (Production Environment - WSGI Script [Surf The Web For Tutorials]).

Contributors - Awesome Contributors Of This Project (Check Them Out)

LICENSE

  • This project and repository has been licensed under GNU General Public License v3.0, LICENSE can be found here + You can use this anywhere but you must provide its source and give credits to this repository.

shortyy's People

Contributors

davezaxh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.