mhabedini / url-shortener

URL shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Url shortener creator

Requirements

  • PHP > 8.1
  • Composer > 2

Installation and Use

  1. copy env file and add database information to .env file
cp .env.example .env
  1. Install composer
composer i
  1. Run database migrations
vendor/bin/phinx migrate
  1. Run a php server
cd public
php -S localhost:8000 

About

URL shortener


Languages

Language:PHP 99.6%Language:Shell 0.4%