Service to handle cm requests
npm install
node_modules/nodemon/bin/nodemon.js index.js
This restarts the server whenever there are changes to any of the node files.
setup_db/setup_db.sh
This script recreates (drop + create) the cmdb database and adds users and team tables.
Use Postman.