mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-21 17:56:22 +00:00
Add demo image
This commit is contained in:
parent
28d36020e2
commit
bc6e86d717
22
README.md
22
README.md
@ -3,15 +3,26 @@
|
|||||||
This is url shortener application is similar to [bit.ly](http://bit.ly)
|
This is url shortener application is similar to [bit.ly](http://bit.ly)
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
- Host : https://short.supanadit.com
|
- Host : https://short.supanadit.com
|
||||||
- Email : admin@email.com
|
- Email : admin@email.com
|
||||||
- Password : 123
|
- Password : 123
|
||||||
|
|
||||||
|
### Generate Short URL
|
||||||
|
|
||||||
|
![Demo 1](demo/demo-1.gif)
|
||||||
|
|
||||||
|
### Generate Protected Short URL
|
||||||
|
|
||||||
|
![Demo 2](demo/demo-2.gif)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Laravel 7.0+
|
- Laravel 7.0+
|
||||||
- PHP 7.4
|
- PHP 7.4
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
- `composer install`
|
- `composer install`
|
||||||
- create `.env` file
|
- create `.env` file
|
||||||
- `php artisan key:generate`
|
- `php artisan key:generate`
|
||||||
@ -20,6 +31,7 @@ This is url shortener application is similar to [bit.ly](http://bit.ly)
|
|||||||
- `php artisan serve`
|
- `php artisan serve`
|
||||||
|
|
||||||
#### Apache Configuration for Virtual Host
|
#### Apache Configuration for Virtual Host
|
||||||
|
|
||||||
```apacheconfig
|
```apacheconfig
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DocumentRoot /srv/http/short/public
|
DocumentRoot /srv/http/short/public
|
||||||
@ -40,16 +52,22 @@ This is url shortener application is similar to [bit.ly](http://bit.ly)
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
|
|
||||||
If you want to use forgot password feature, you must provide your email and password at `.env`
|
If you want to use forgot password feature, you must provide your email and password at `.env`
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N01CIMZ)
|
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N01CIMZ)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2020 Supan Adit Pratama
|
Copyright 2020 Supan Adit Pratama
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
|
||||||
|
License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "
|
||||||
|
AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
|
||||||
|
language governing permissions and limitations under the License.
|
||||||
|
BIN
demo/demo-1.gif
Normal file
BIN
demo/demo-1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 MiB |
BIN
demo/demo-2.gif
Normal file
BIN
demo/demo-2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 MiB |
Loading…
Reference in New Issue
Block a user