Admin App boilerplate with a laravel api and angular front-end based on bootstrap. With this starter app you can manage your clients and projects, manage your project hours and digitally generate your invoices.

- Author: Ruben Kuipers
- Author website: http://rkmediadesign.nl
- Version: 1.0.1
This project was build in favor of a learing experiment in combining laravel with angular. This project is not completely production-ready, but it can be a good starting point for anyone who wants to learn how to communicate a laravel api with angular.
- Clone the repo:
git clone https://github.com/kuiperr005/adminapp - change directory:
cd adminapp/ - Install Laravel:
composer install --prefer-dist - Change your database settings in
app/config/database.php - Migrate your database:
php artisan migrate - Seed your database:
php artisan db:seed - View your application in your browser.
The REST api is accessible via http://adminapp/api/{{resource}}, for example, to get all of your clients you run http://adminapp/api/clients. To get a single client, you run http://adminapp/api/client{{id}}.
Contributions are welcome via Pull Requests on Github.
Please see the license file