couponservice
v0.0.145
Published
Basic framework for our kubernetes applications
Downloads
42
Maintainers
Readme
CouponService
Application for maintaining Coupon Codes
How to Start
- Clone
- sh ./setup-kube-docker.sh -u -p # For provdig.docker
- nvm install
- npm i
- npm run build
- Create your .env file (see wiki)
- 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
Commands
- Run unit tests: npm test
- Run integration tests: npm run test:e2e