Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olegmarko/laravel-angular-crud

Laravel CRUD using repositories pattern with AngularJS
https://github.com/olegmarko/laravel-angular-crud

angularjs angularjs-crud laravel laravel-crud laravel-repository-pattern

Last synced: about 2 months ago
JSON representation

Laravel CRUD using repositories pattern with AngularJS

Awesome Lists containing this project

README

        

## How to run this app

### Steps
- clone github repository `git clone https://github.com/OlegMarko/laravel-angular-crud.git`
- run command: `cd laravel-angular-crud`
- run command: `composer install`
- mod permissions to path `/bootstrap` `/public` `/storage`
- run command: `php artisan key:generate`
- run command: `php artisan migrate`
- run command: `npm install`
- run command: `npm run dev`
- run command: `php artisan serve`
- register new user
- create new task
- ...