Git Product home page Git Product logo

url-shortener's Introduction

⚠️ WARNING ⚠️

This project is no longer maintained!

I have decided to end the project for the time being to work on other projects. However, the project is still usable, I just won't be developing it anymore.

When there is time, I may return to the project, for now the repository is archived.

URL shortener

URL shortener is simple software, which can startup your own URL shortener service.

URL shortener includes also URL unshortener, to unshorten any shortened link.

Instalation

  1. Download latest release of this project
  2. Upload files on your hosting
  3. Edit .htconfig file
  4. Setup database (guide bellow)
  5. Enjoy finished work!

Database setup

Create MySQL (or MariaDB) database with any name and create table called shorted into it.

Table configuration:

Column Type Other
id int primary key, auto increment
url text
code text
stat int

Did you find an issue? Do you have an idea?

Please use Issues to report a problem or idea. Select the appropriate template. If the paragraphs do not suit you, you can edit them or delete unused ones. Please do not use tags.

Contributing

If you like this project and if you have some time, you can help me with development, or with translating.

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.