Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 688 Bytes

Todo REST API

This project is a RESTful API developed using Go and MongoDB for managing a Todo application.Test codes for this project have also been written The API allows users to perform CRUD operations on their todo items.

Technologies Used

  • Go: The primary programming language used to develop the API.
  • MongoDB: The database used to store todo items.

In this Project

  • Database connection through mongodb and performing CRUD operations with this connection.
  • Test scripts to test that CRUD operations work correctly.
  • Fast http operations with mongodb and go.

Features

  • Create a new todo item
  • Retrieve all todo items
  • Delete a todo item by ID