Skip to content

An16og/ToDoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Usage

This is a backend-only REST API. Anyone is free to build a frontend (web or mobile) on top of it.

Base URL: http://localhost:8080

Endpoints:

  • GET /todos
  • POST /todos
  • PUT /todos/{id}
  • DELETE /todos/{id}

About

A basic To-Do List backend built with Spring Boot. Includes RESTful endpoints for managing tasks in-memory. Demonstrates use of @RestController, @service, and dependency injection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages