Starter application with JWT Auth + sample backend API

Saturday, December 12, 2015

1. Frontend

  • Vue.js 0.12.15
  • vue-router
  • vue-resource
  • vueify
  • envify to accomodate builds in different environments
  • Laravel Elixir for Gulp magic
  • Bootstrap 3.3.5 styling
  • Sass custom styles (mostly Laravel Spark styles)



2. Backend

  • Laravel 5.1
  • SQlite or any other DB backend you prefer. SQLite is the default to make testing this out easier
  • Dingo API component for Laravel
  • JWT Authentication middleware
  • Sample REST api for Dogs (woof woof) - CRUD style


READ MORE DEMO (login as admin@example.com / admin)

You Might Also Like

0 comments