A simple CRUD (Create, Read, Update, Delete) web application built with Go and MongoDB. This project demonstrates how to manage tasks in a to-do list using a RESTful API.
** Features
-
Add new tasks
-
Retrieve all tasks
-
Update existing tasks
-
Delete tasks
-
MongoDB integration for data persistence
🛠️ Tech Stack Backend: Go (Golang)
Database: MongoDB
Routing: Gin
Docker: Containerization for easy deployment