0.0.2 • Published 2 years ago

financial-insights v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

How to use:

  1. Create new repo using this template

    https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template

  2. Install dependencies

    yarn
  3. Rename Microservice

    • Rename dynamic values:
    src/apps/config/constants
    
    export const microserviceName = "escher-microservice-skeleton"
    • Rename static values:
    Search/Replace escher-microservice-skeleton
  1. Setup cloud configuration

    • Setup name

      k8s/base/deployments
      
      Search/Replace escher-microservice-skeleton
    • Setup namespace

      k8s/base/kustomization
    • Create secrets

  2. Done! yarn test should pass

  3. Find errors in this repository or guide and update it!