dr-service-gateway

digital retailing services working as a system

Usage no npm install needed!

<script type="module">
  import drServiceGateway from 'https://cdn.skypack.dev/dr-service-gateway';
</script>

README

"dr-services-gateway"

To contribute to Gateway

1 core contributor (list below), and 1 teammate:

  • Krunal Thakkar
  • Kevin Berry
  • Ethan Garber
  • Felix Guerrero
  • Sravan Konda

Contribution Rules:

  1. PRs need to be submitted by last Monday of sprint to be considered for release
  2. PRs will be reviewed within 2 business days.
  3. Add an expected date of deployment in the PR description or a comment (e.g. - deployment to production is Wednesday morning of next iteration; staged Tuesday)

Run DR Gateway service

  • Requires Node 6 minimum. NPM 5.6+ recommended

Starting

npm start

Stopping

kill -9 <process id here>. CMD or CTRL + C will also work