You can see it online here
You can download the API here Bootie PHP7 + AngularJS Api example
- Basic Backend provided
- Posts module
- Users module
- Packs module
- Summernote plugin
- Dropzone plugin
- Tageditor plugin
nano ./public/app/config.js
Set up proper path to previously installed and configured Bootie PHP7 + AngularJS Api example
app.constant('urls', {
BASE: 'http://bootie-api.url',
BASE_API: 'http://bootie-api.url/v1'
});