Skip to content

A simple Spring Boot application to manage a Todo list, supporting POST and GET operations. Temporary data is stored in-memory for demonstration purposes.

Notifications You must be signed in to change notification settings

Asadullah-nadeem/spring-boot-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Maven
Language: Java(21)
Spring Boot Version: 3.4.3

GET URl:(http://localhost:8080/todos) POST(http://localhost:8080/todos)

  • BODY
    • RAW
    • JSON { "id": 1, "content": "Hello" }

About

A simple Spring Boot application to manage a Todo list, supporting POST and GET operations. Temporary data is stored in-memory for demonstration purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages