https://github.com/gopalindians/url-shortener-app
:yum: Url Shortener App [NOT MAINTAINED]
https://github.com/gopalindians/url-shortener-app
bootstrap3 codeigniter3 mvc mysql php
Last synced: about 2 months ago
JSON representation
:yum: Url Shortener App [NOT MAINTAINED]
- Host: GitHub
- URL: https://github.com/gopalindians/url-shortener-app
- Owner: gopalindians
- License: mit
- Created: 2017-01-13T11:52:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T17:27:20.000Z (about 6 years ago)
- Last Synced: 2026-01-03T08:52:51.617Z (5 months ago)
- Topics: bootstrap3, codeigniter3, mvc, mysql, php
- Language: PHP
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.rst
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
###################
Url Shortener App
###################
Url Shortener App is a small prototype of bit.ly,goo.gl and similar type of url shorteners.
This app is made using CodeIgniter 3, Bootstrap 3 and Mysql.
This source code is useful when used with the Video series available on Youtube.
`CodeBeing YouTube Channel | Url Shortener Web App
`_
*******************
Working Demo
*******************
Working demo for this source code can be found on `Demo Page on Code Being.com
`_ .
*******************
Screenshots
*******************
Login
.. image:: url-app-assets\url-app-login.png
:height: 300px
:width: 400px
:alt: Login screen
Sign up
.. image:: url-app-assets\url-app-signup.png
:height: 300px
:width: 400px
:alt: Sign up screen
Home
.. image:: url-app-assets\url-app-shorten-page.png?v=1.1
:height: 300px
:width: 400px
:alt: Home screen
Profile
.. image:: url-app-assets\url-app-profile.png
:height: 300px
:width: 400px
:alt: Profile screen
History
.. image:: url-app-assets\url-app-history.png?v=1.1
:height: 300px
:width: 400px
:alt: History screen
*******************
Server Requirements
*******************
PHP version 5.6 or newer is recommended.
Mysql 5+
It should work on 5.3.7 as well, but we strongly advise you NOT to run
such old versions of PHP, because of potential security and performance
issues, as well as missing features.
************
Installation
************
- git clone https://github.com/gopalindians/url-shortener-app.git
- cd url-shortener-app
- add database setting in config/database.php
- add your own reCAPTCHA key in views/url-app/account/login.php and views/url-app/account/signup.php
Use google admin link `here `_ for more detail on reCAPTCHA.
- php -S localhost:80
- open the http://localhost/ in your browser to see the working app
*******
License
*******
Please see the `license
agreement `_.
*********
Community
*********
- `Youtube Channel `_
- `Facebook Page `_
- `Twitter Handle `_
- `Email `_