Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskSys 📋

REST API for task management built with Spring Boot 4.

Technologies

  • Java 25
  • Spring Boot 4.0.3
  • Spring Data JPA + Hibernate
  • H2 In-Memory Database

Endpoints

Method URL Description
GET /tasks List all tasks
GET /tasks/{id} Get task by ID
POST /tasks Create a task
DELETE /tasks/{id} Delete a task

How to run

  1. Clone the repository
  2. Open in IntelliJ IDEA
  3. Run TaskSysApplication.java
  4. Access http://localhost:8080/tasks

About

REST API for task management built with Spring Boot 4 and Java 25. Features full CRUD operations with H2 in-memory database and JPA/Hibernate.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages