0.0.145 • Published 5 years ago

couponservice v0.0.145

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

CouponService

Application for maintaining Coupon Codes

How to Start

  1. Clone
  2. sh ./setup-kube-docker.sh -u -p # For provdig.docker
  3. nvm install
  4. npm i
  5. npm run build
  6. Create your .env file (see wiki)
  7. npm run start

This will spin up your containers in docker-for-desktop

For more information: see the wiki!

Generic Info

A template to create a K8S based application utilizing shippable, kubectl, and helm

Contributing

Secrets

Metrics and Logging

Release Documentation

Production Release

Commands

  • Run unit tests: npm test
  • Run integration tests: npm run test:e2e