diff --git a/README.md b/README.md index 34f40af..6e53736 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ # YakMQ +
+ +![YakMQ Logo][logo] + +
+ YakMQ is a boilerplate for job/task queues based on [BullMQ]. It includes a private API endpoint for adding jobs, integrates with [BullBoard] for monitoring, and features standardized workers. The project is Dockerized for easy deployment. ## Getting Started @@ -304,3 +310,4 @@ I will do my best to help you out! [email]: mailto:arminas@ini.lt [tests-shield]: https://img.shields.io/github/actions/workflow/status/ziogas/yakmq/test.yml?branch=master&label=tests&style=for-the-badge [tests-url]: https://github.com/ziogas/yakmq/actions/workflows/test.yml +[logo]: /yak-256.png diff --git a/yak-256.png b/yak-256.png new file mode 100644 index 0000000..0ff9d3f Binary files /dev/null and b/yak-256.png differ diff --git a/yak.png b/yak.png new file mode 100644 index 0000000..fd8b22c Binary files /dev/null and b/yak.png differ