products-api
Environment setup
- Install docker
- Clone project with command
git clone https://github.com/brndt/products-api.git
- Move to the project directory:
cd products-api
Start project
make build
Down project
make down
Run test
make test-acceptance