Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.41 KB

Godzilla

CircleCI codecov Lint everything Codacy Badge License: MIT

This is a monorepo which contains Go code for a messenger service. This repo is a playground where I will be playing around with the following:

  • Playing around with monorepos
  • Ensuring the chosen CI tools:
    • run golang-lint
    • to run tests
    • to run integration tests
    • to build the applications
  • Creating a server which accepts HTTP and gRPC requests
  • Creating a CLI client to send and recieve messages
  • Zap for logging
  • Prometheus and Grafana for monitoring
  • Using a modern database (postgres, mongo or both)
  • Github actions

References

Changes to the License

I've kept the license as MIT, and added my name to the copyright.