Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 859 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 859 Bytes

movie-service

A sample micro-service using Java and Spring, with tests using Cucumber, Serenity BDD, Rest-Assured and Spock

To set up this project on your machine, you will need:

To run the unit, integration acceptance tests, run:

gradle verify

To run the application, run:

gradle run

The following URLs can be useful: