diff --git a/README.md b/README.md index e2a9f34..9a07d29 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# bootstrap -ðŸ’ĻA bootstrap library to initialize external service's clients without boilerplate.ðŸ’Ļ +# bootstrap ðŸ’Ļ + +ðŸ’Ļ A bootstrap library to initialize external service's clients without boilerplate.ðŸ’Ļ + +## Documentation 📚 + +TBD + +## UI 😎 + +To see the UI, run the following command: + +```bash +docker compose up +``` + +- [Kafka](http://localhost:8084) +- [RabbitMQ](http://localhost:15672) +- [MinIO](http://localhost:9001) +- [CockroachDB](http://localhost:8080) + +## Milestones 🚀 + +- [ ] Add memcached client support +- [ ] Add pgbouncer client support +- [ ] Find another S3 client that is compatiable with aws-sdk-go-v2 library