Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 725 Bytes

order-project-study

This project is meant to study GCP services such as (Cloud Run, Pub/Sub), CI/CD and others as load tests(k6), metrics(new relic) and terraform.

Initialize the application

The command bellow will start the aplication, create everything you need to start using this application.

docker-compose up

Running local unit tests

Reach by terminal the api folder and execute:

npm ci --silent
npm t

Tech Stack