Micro.Starter

Micro.Starter

A Starter Kit built with production in mind. It contains things you’re most likely to use in a project such as auth, monitoring, etc

What will this contain?

As of now I see the following to be included on this kit:

  • docker support with docker-compose
  • background worker support
  • health check support
  • ViewModel to ensure communication is completely TypeSafe.
  • document controller response type for swagger
  • Swagger Docs (spec.json endpoint and docs)
  • Linting
  • Docker image generation after doing CI testing
  • Logging (probably with kibana, but maybe using interface instead)
  • Health Checks
  • Caching