Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.56 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.56 KB

Shortify-URL-Shortner

Shortify_demo.mp4

About Shortify

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.

Installation

To run this project locally, you need to have PHP and SQL installed.

  1. Clone this repository: git clone https://github.com/samunicode/Shortify-URL-Shortner.git
  2. Change directory to the project folder: cd Shortify-URL-Shortner
  3. Create a database named shortify and import the shortify.sql file
  4. Edit the index.php file with your database credentials
  5. Run the app: php -S localhost:8000
  6. Open your browser and go to http://localhost:8000

Screenshots

Note

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.