Customer Service API
$ docker-compose up -d #The Mysql instance is powered by docker
$ npm install #Installs all npm packages
$ node index.js #run application$ docker-compose downCtrl+C in terminal
$ node_modules/pm2/bin/pm2 start ecosystem.config.js$ node_modules/pm2/bin/pm2 stop ecosystem.config.js