Skip to content

Taofeekabdulazeez/todo-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Todo API in Go

This is a simple RESTful Todo API built with Golang. It provides basic CRUD operations for managing todo items. The project is designed to demonstrate how to build a lightweight API using Go's built-in libraries.


🚀 Features

  • Create a new todo
  • Retrieve all todos
  • Get a single todo by ID
  • Update a todo by ID
  • Delete a todo by ID

📦 Technologies Used

  • Go (Golang) – Core language
  • net/http – HTTP server and routing

🛠️ Getting Started

Prerequisites

  • Go installed (v1.18+ recommended)

Installation

git clone https://github.com/Taofeekabdulazeez/todo-api-go.git
cd todo-api-go
go run ./cmd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published