Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 335 Bytes

Spring-REST-ToDo

REST task management API

The Todo REST API is implemented as a Spring Boot. For demonstration purposes, the data store is in-memory database accessed via Spring JPA.

API Overview

User

  • POST Create a user
  • GET View current user return about User info
  • DELETE current user

Task

  • POST Create a task