Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 960 Bytes

File metadata and controls

30 lines (23 loc) · 960 Bytes

Master Bomb

img

Modified: 2021-02

Bill of Materials in one place.

Nodejs Server

Run as nodemon listener:

npm run dev

Postgres Container

Initialize and start daemonized postgres docker container:

npm run start-db

Teardown postgres db:

npm run stop-db

API Testing

Run the ansible playbook from tests:

ansible-playbook -i inventory/inventory.yaml playbooks/main.yaml