Giter VIP home page Giter VIP logo

gethim's Introduction

Get him - A simple short link platform with tracking

Screenshots

screenshot

Description

This is a simple short link platform with tracking. It allows you to create short links that redirect to a specified URL. You can also track the number of clicks on each link, as well as the location of the users who clicked on the link.

Features

  • Lightweight
  • Easy to use
  • Fast
  • Secure
  • Customizable
  • Responsive
  • Tracking
  • Location

Installation & Setup

You are going to need to have PHP 8.0 or higher installed on your machine.

  1. Clone the repository
git clone https://github.com/bablilayoub/gethim
  1. Install the dependencies
composer install
  1. Create a new database
mysql -u root -p
CREATE DATABASE shortlink;
  1. Create a new .env file
cp .env.example .env
  1. Update the .env file with your database credentials
APP_URL=http://localhost:8000
DEFAULT_DOMAIN_FOR_LINKS=http://localhost:8000

DB_CONNECTION=mysql
DB_HOST=
DB_PORT=3306
DB_DATABASE=shortlink
DB_USERNAME=
DB_PASSWORD=
  1. Run the migrations
php artisan migrate
  1. Start the server
php artisan serve
  1. Open your browser and navigate to http://localhost:8000
  2. You can now create short links and track the number of clicks on each link.
  3. Enjoy!

Usage

It is very easy to use the short link platform. You can create a new short link by entering the URL you want to shorten and clicking the "Shorten" button. You can then copy the short link and share it with others. You can also track the number of clicks on each link by going to the "Manage Links" page.

Acknowledgments

I would like to thank the creators of the Laravel framework for making it easy to create web applications.

also, I would like to thank the creators of tailwindcss & daisyui for making it easy to create a beautiful and responsive web page.

Contributing

If you would like to contribute to this project, please feel free to submit a pull request. I would be happy to review it and merge it into the project.

Support

If you have any questions or need help with the web server, please feel free to contact me. I would be happy to help you.

Project Status

This project is currently in the beta stage. I am still working on adding new features and fixing bugs. If you have any suggestions or feedback, please feel free to let me know.

License

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

Author

This project was created by Ayoub Bablil - you can find me on GitHub.

gethim's People

Contributors

bablilayoub avatar

Stargazers

 avatar  avatar

Watchers

 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.