Reshrink is a web application designed to simplify the process of URL shortening. With an intuitive interface, Reshrink allows you to convert long URLs into short, manageable links. This is particularly useful for sharing links in a more user-friendly manner across different platforms.
This project is built with Laravel. Follow these steps to get it running on your local machine:
-
Clone the repository to your local machine using:
git clone https://github.com/Pokymon/reshink.git
-
Navigate to the project directory with:
cd reshrink
-
Copy
.env.example
to.env
and update the environment variables to match your setup:cp .env.example .env
-
Install Composer if you haven't already. You can download it from getcomposer.org.
-
Update project dependencies with Composer by running:
composer update
-
Generate the application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Start the local development server with:
php artisan serve
Now you can access the Reshrink web application locally.
We welcome contributions to Reshrink. Feel free to fork the repository or submit a pull request. We appreciate any help, whether it's fixing bugs, improving documentation, or suggesting new features.
Reshrink is distributed under the MIT License. See the LICENSE
file for more information.
If you have any questions or suggestions, feel free to reach out at [email protected].