Skip to content

TolgaYuceel/golang-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A todo rest api developed using MongoDB and GoLang.

Topics

Resources

Stars

Watchers

Forks

Languages