Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 855 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 855 Bytes

spatter

Spatter is a SPA super basic version of Twitter built on Silex, with the lightest sprinkling of Vue.js (10 whole lines!?!). Why start spatting? It's a nice foundation to do other cool things, like show-off a slick UI (Spatter uses BootStrap 4), or extend it to make the next Twitter.

Building Spatter yourself is super easy!

  1. Have PHP 5.6 installed (it might work on PHP 7 but thats not a guarantee!) and also have Composer

  2. Clone this repository

  3. Create a MySQL schema named spatter and update the necessary fields in src/AppBundle/Config/database.yml

Run All the following commands from the project root

  1. Run composer install
  2. Run composer update
  3. Run vendor/bin/doctrine orm:schema-tool:create
  4. Run composer dump-autoload -o
  5. Run php -S localhost:8888 -t public

Go to localhost:8888 and start spatting!