Skip to content

70m370/SimpleRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project is a simple RESTful API developed in Go, serving as an introduction to Go programming. It provides basic CRUD (Create, Read, Update, Delete) operations for a "todo" list, allowing users to retrieve all todos, add a new todo, retrieve a specific todo by ID, and toggle the completion status of a todo. The primary purpose is to showcase fundamental concepts in Go, such as routing, JSON handling, and basic error management in the context of a minimalistic todo list application.

About

simple restful api made with go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages