Forked from https://github.com/bradtraversy/bookstore
Bookstore is a simple web application which includes and Express RESTful API server and a front end in AngularJS
The video tutorial that goes with this project can be found here https://www.youtube.com/watch?v=eB9Fq9I5ocs
Just clone or download and run npm install and then node app to start
##Notes## The Genres Angular controller is blank on purpose. This is for you to try and come up with after watching the video. It may be added in the future
Just run npm test
to execute contract tests and publish the jars to artifactory.
Requires Docker and Docker Compose!
Click here to read an article contains a short reminder of what Contract Testing is, how Spring Cloud Contract implements it, and how Spring Cloud Contract can be used in a polyglot world.