Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (41 loc) · 1.5 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.5 KB

Logo

SHORT

Copy Paste Shorten

Table Of Contents

About The Project

Screen Shot

The URL Shortening Application is a tool that turns long web addresses into short and easy-to-share ones. This way, you can share the links you want with less characters on platforms such as social media, email or messaging.

Warning: The link will be deleted after 1 hour, and it does not keep statistics because it is a test application.

Getting Started

Easy to install, download, put files on server, upload to sql database, update db.php, ready.

Installation

  1. Clone the repo
git clone https://github.com/EW-EndWall/SHORT.git
  1. Enter your DB in db.php
$servername = "localhost";
$database = "short";
$username = "root";
$password = "";
  1. Install sql
phpmyadmin import short.sql

License

Distributed under the Apache-2.0 License. See LICENSE for more information.