vaibhavpandeyvpz / relink

Open-source, feature packed URL shortener (like bit.ly) for business use. Made with Symfony mixed with love.

Home Page:https://vaibhavpandey.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relink

Open-source, feature packed URL shortener (like bit.ly) for business use. Made with Symfony mixed with love.

Screenshot

Requirements

Installation

The installation is very simple and quick. Just open a Terminal or Command Prompt window and type below commands:

mkdir project-folder
cd project-folder

git clone https://github.com/vaibhavpandeyvpz/relink .

echo APP_ENV=dev > .env.local # or APP_ENV=prod
composer install # append --no-dev if using APP_ENV=prod
npm install
npm run build

nano .env.local # put appropriate DATABASE_URL and MAILER_URL
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load # to add administrative user, works only if APP_ENV=dev

php bin/console server:run

Usage

Once installed, you can login to relink using admin@relink.app/88888888 email and password combination.

License

See LICENSE file.

About

Open-source, feature packed URL shortener (like bit.ly) for business use. Made with Symfony mixed with love.

https://vaibhavpandey.com/


Languages

Language:PHP 54.6%Language:HTML 32.2%Language:JavaScript 10.9%Language:CSS 2.3%