Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
/ masterbomb Public archive

All Bill of Materials for multiple projects in one place.

Notifications You must be signed in to change notification settings

ztnel/masterbomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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