Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
escalopa committed Jun 23, 2024
1 parent f91c636 commit 63a6cf7
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 63a6cf7

Please sign in to comment.