Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 671 Bytes

File metadata and controls

26 lines (15 loc) · 671 Bytes

API/Service list

  • User
  • Movie (unimplemented)

Tester

See its readme

Quickstart

It's possible to bootstrap the whole ecosystem with Docker

docker-compose up --build

It will run User API in it's own container and also redis and postgres containers as User's dependencies. User API will first run tests after bootstrap - You should see Codeception's output

Also it will start a tester/client as a console command in a separate container You'll see it's REST communication demonstration in docker's output.

You can obviously inspect docker-compose config for more architecture details