zeydduran / suggestive

Suggestive - take suggestions from the fans/followers of your podcast or blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestive Logo

Codeship Status for mattstauffer/suggestive

(Completely under development--a free time hacking project, not a production app)

Suggestive makes it easy for podcasts and other recurring content sources to take suggestions from fans/followers. Suggestive is still under development. There are no active releases yet. It's pre-Alpha, so fork and use at your own discretion.

Features:

Features.md

Demo of current progress:

Demo of where it is right now

Requirements

Installation

  1. (Optionally) Fork this repository

  2. Clone the repository locally

  3. Install dependencies with composer install

  4. Copy .env.example to .env and modify its contents to reflect your local environment.

  5. Setup test Twitter Application or test Github application and copy credentials and redirect to .env

  6. Run database migrations. If you want to include seed data, add a --seed flag.

    php artisan migrate --env=local
  7. Configure a web server, such as the built-in PHP web server, to use the public directory as the document root.

    php -S localhost:8080 -t public
  8. Run php artisan key:generate

  9. Run tests with ./vendor/bin/phpunit.

About

Suggestive - take suggestions from the fans/followers of your podcast or blog


Languages

Language:JavaScript 91.4%Language:PHP 6.0%Language:Vue 2.0%Language:HTML 0.4%Language:CSS 0.2%Language:ApacheConf 0.0%