Skip to content

vaibhavpandeyvpz/relink

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published