Skip to content

sovereignstack/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for TODO MVC app.

It uses:

  • Java 21
  • Spring Boot 3.3.2
  • Lombok
  • H2 database (in memory mode)

The API is available at the path /todos

How to Run

git clone https://github.com/sovereignstack/todo.git
cd todo
./mvnw clean package
java -jar target/todo-1.0.0.jar

About

Todo-Backend https://todobackend.com/index.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published