Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Task API

This is a simple REST API built using Go and Gin. It stores tasks in memory.

Endpoints

  • GET /api/tasks - Get all tasks
  • POST /api/tasks - Add a new task
  • PUT /api/tasks/:id - Mark a task as completed
  • DELETE /api/tasks/:id - Delete a task

How to Run

bash

  • cd backend
  • go run main.go

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages