Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 284 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 284 Bytes

Chapter: Microservices Repo

Create the virtual environment and install dependencies

make init

Activate the virtual environment

source .venv/bin/activate

Run the tests

make test

Help with Make recipes

make help