Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krysits/url-shortener
0K.LV - URL Shortener service
https://github.com/krysits/url-shortener
apache2 css3 html5 mysql php7 url-shortener
Last synced: about 1 month ago
JSON representation
0K.LV - URL Shortener service
- Host: GitHub
- URL: https://github.com/krysits/url-shortener
- Owner: krysits
- License: gpl-3.0
- Created: 2019-04-09T17:10:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T20:49:06.000Z (over 2 years ago)
- Last Synced: 2024-01-17T10:22:49.771Z (11 months ago)
- Topics: apache2, css3, html5, mysql, php7, url-shortener
- Language: PHP
- Homepage: https://segments.digital/shortener/
- Size: 209 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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=
DB_USERNAME=
DB_PASSWORD=SALT=
```
2) run `composer install` command
3) import `db.sql` file into your database
4) configure Apache server to `public` folder as document root
5) Try It!---
© 2020 All rights reserved.https://segments.digital/shortener