Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Hadeli authored Sep 20, 2023
1 parent 6e38032 commit e030bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more advance projects, with two `microservices` and `modular monolith archit
- ✅ Using `OpenTelemetry` for collection `Metrics` with using Prometheus and Grafana
- ✅ Using `Unit Test` for testing small units with mocking dependent classes and using [Mockery](https://github.com/vektra/mockery) for mocking dependencies
- ✅ Using `End2End Test` and `Integration Test` for testing features with all of their real dependencies using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library
- ✅ Using BDD style for tests on top of [onsi/ginkgo](https://github.com/onsi/ginkgo) library
- ✅ Using `BDD` style for tests on top of [onsi/ginkgo](https://github.com/onsi/ginkgo) library
- ✅ Using `Zap` and structured logging
- ✅ Using `Viper` for configuration management
- ✅ Using docker and `docker-compose` for deployment
Expand Down

0 comments on commit e030bcc

Please sign in to comment.