Kradre / url.lc

A web service, what simply creating short links for long ones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link Shortener

A web service, what simply creating short links for long ones.

Created in few hours as test challenge.

Requirements

Latest Docker and docker-compose

Installation

In the root of project do those commands:

  1. docker-compose up -d
  2. docker-compose run --rm php composer install
  3. docker-compose run --rm php yii migrate --interactive=0
  4. chmod -R 777 web/assets/

The whole service is now up on 8000 port.

Admin access

Login: admin

Password: admin

About

A web service, what simply creating short links for long ones.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 89.8%Language:Shell 5.3%Language:CSS 3.1%Language:Batchfile 1.8%