Skip to content

neotechlv/rest-api-test-sample-app

Repository files navigation

REST API acceptance test framework: Sample app

Build Status

This is a sample app - School library app - used to play with REST API acceptance test framework. The intention of the
app is to allow schoolkids to order the books.

image

School library app consists of 3 microservices, implemented as Gradle modules:

  • book-service - a CRUD service for library books
  • schoolkid-service - provides information about schoolkids. Supposed to integrate with E-klase (Latvian online secondary education portal)
  • order-service - manages book orders

Build

To build the app you need to run ./gradlew clean build.

To create Docker images (which you'll need for REST acceptance tests) run ./gradlew clean buildImages

About

REST API acceptance test framework: Sample app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published