Shortify_demo.mp4
Shortify.live is a website built using PHP, HTML, and SQL that allows users to shorten long URLs into more concise, manageable links. The website has a simple and user-friendly interface that makes it easy for users to generate shortened links with just a few clicks. Whether you want to share a link on social media, email, or text message, Shortify can help you make it shorter and neater.
To run this project locally, you need to have PHP and SQL installed.
- Clone this repository:
git clone https://github.com/samunicode/Shortify-URL-Shortner.git - Change directory to the project folder:
cd Shortify-URL-Shortner - Create a database named
shortifyand import theshortify.sqlfile - Edit the
index.phpfile with your database credentials - Run the app:
php -S localhost:8000 - Open your browser and go to
http://localhost:8000
This repo contains only the front-end part of the website and the basic sql code. The back-end part is hosted on a different server and is not publicly available.
This project is licensed under the MIT License - see the LICENSE file for details.

