products-api

Environment setup

  1. Install docker
  2. Clone project with command git clone https://github.com/brndt/products-api.git
  3. Move to the project directory: cd products-api

Start project

make build

Down project

make down

Run test

make test-acceptance