AngularJS PetStore Client Demo Implementation.
See live demo at Julia PetStore
Implements the following api:
- find pet by id
- delete a pet
- create a pet
The purpose of this application is to show angular capabilities. The application does not persist newly created pets but always returns the same mock.
The applications uses:
- route-ui for routing between home and add pages
- mocke2e for mocking all api
- unit tests for controllers, directives
- Accessibility for thumbnail that is controller by search button, hidden areas, busy button
Start petstore-server (see my repository) and run gulp serve that will use it to serve
gulp serve --mock
gulp serve:specs