Skip to content

krysits/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0k.lv url-shortener

Author: Kristaps Lediņš aka @krysits.COM

Tech: PHP7, MySQL, Javascript, CSS3, HTML5

Modified: 2020-02-07

License: GPLv3


Install:

  1. set up MySQL server connection in .env file as:
DB_TYPE=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=<YourDatabaseName>
DB_USERNAME=<YourUsername>
DB_PASSWORD=<YourPassword>

SALT=<YourSaltPhrase>
  1. run composer install command
  2. import db.sql file into your database
  3. configure Apache server to public folder as document root
  4. Try It!

© 2020 All rights reserved.

https://segments.digital/shortener