From 707b01168113d8c3ec12feb61afe084aed57bdd6 Mon Sep 17 00:00:00 2001 From: Dawit Abraham Beyene <93918988+solo21-12@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:48:51 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52e6d58..f22f207 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Task Management RESTful API +![Go](https://img.shields.io/badge/Go-1.18+-blue.svg) +![Gin](https://img.shields.io/badge/Gin-1.7+-green.svg) +![MongoDB](https://img.shields.io/badge/MongoDB-5.0+-brightgreen.svg) +![Docker](https://img.shields.io/badge/Docker-20.10+-blue.svg) +![License](https://img.shields.io/badge/License-MIT-yellow.svg) + Welcome to the **Task Management RESTful API** built with the Gin framework. This API provides features for user authentication, user management, and task management, following the principles of Clean Architecture.