Skip to content

GitEagleY/RESTful-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Api in Golang

Prerequisites

Running

git clone https://github.com/GitEagleY/RESTful-Go.git
cd RESTful-Go
go run main.go

Usage

Once the server is running, you can interact with the API using HTTP requests. Here are some example endpoints:

GET /tasks/display: Retrieve all tasks.
POST /tasks/addById/{id}: Add a new task with the specified ID.
PUT /tasks/update/{id}: Update an existing task.
DELETE /tasks/delete/{id}: Delete a task.
GET /tasks/getTaskById/{id}: Retrieve a task by ID.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages