/url-shortener

URL shortener

Primary LanguagePHP

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