clom / LVotS

Line Bot Vote Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LVotS

LineBot Vote System.

Required Service.

  • PHP 7.0
  • MySQL 5.6
  • Redis

install Guide.

  1. git clone
$ git clone https://github.com/clom/LVotS.git
  1. install Environment
$ php composer.phar install 

or

$ composer install
$ cp .env.example .env
$ php artisan key:generate

Please Fix Your Environment .env

  1. migration
$ php artisan migrate
  1. Launch Standalone
$ php artisan serve

Get Administrator

If you Created First Account, please Access this link.

http://path/api/adm/init?k={.env key}

License

This System is open-sourced software licensed under the MIT license.

About

Line Bot Vote Service

License:MIT License


Languages

Language:PHP 66.8%Language:HTML 32.8%Language:Vue 0.4%