Skip to content

francescomalatesta/laravel-api-boilerplate-angular-example

Repository files navigation

Laravel API Boilerplate (JWT) Example Project: Book Wishlist

This is an example project I made with my Laravel API Boilerplate (JWT). A really basic books wishlist application, that uses AngularJS for the frontend client.

How to Install

If possible, use Homestead Improved as a VM.

  • git clone the repository;
  • composer install to install APIs dependencies;
  • go to public folder and bower install to install client dependencies;
  • php artisan migrate to set up the database schema;
  • have fun;

Yay.

Notes

You could stumble upon some issues while creating the bower_components folder, create it manually in the public folder. Don't worry, you're not alone: just create it manually and then execute bower install normally.

About

Example project for Laravel API Boilerplate JWT Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published