auth-blog-service How to Start Development Copy sample.env to .env and rename the variables if you need Build the images and run the containers: $ yarn install $ cp sample.env .env $ docker-compose up --build -d $ yarn log:api API: http://localhost:5000