erfansahebi / url-shortener

A framework with pure php language. Changes a big URL into tiny URL. (with Custom Dashboard)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

About

A framework with pure php language.

Changes a big URL into tiny URL. (with Custom Dashboard)

Requirements

  • Docker (version 19.03.0 or later)
  • Docker compose

Deploy

  • Copy .env.example to .env
  • Add ROOT PASSWORD and PASSWORD to the .env file
  • Add a new secret key to the .env file
  • Run these commands:
docker-compose up -d
docker-compose exec web composer install
docker-compose exec web php src/Database/migration.php

Developed By Erfan Saheni

About

A framework with pure php language. Changes a big URL into tiny URL. (with Custom Dashboard)

License:GNU General Public License v3.0


Languages

Language:PHP 97.1%Language:Dockerfile 1.5%Language:Shell 1.4%