This Angular app is a test based on the public tutorial of Angular website.
- original tutorial (source code on GitHub: https://github.com/angular/angular-phonecat)
- API documentation
The app is based on a "database" of items stored in a JSON file (app/db.json
) which needs
to be writable by your server user. You can browse to http://localhost/angular-blocnote/app/test-server.php
to make a check of this.