Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1008 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 1008 Bytes

Forked from https://github.com/bradtraversy/bookstore

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

Usage

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

SPRING CLOUD CONTRACT

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.