Skip to content

To-do list management application that features user authentication and role-based access control. It allows users to create, edit, and delete tasks.

Notifications You must be signed in to change notification settings

miklrz/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do list App

I made this project with Spring Boot, PostgreSQL, Spring Data JPA, Spring Security, Thymeleaf.

It consists of Rest Api and user interface.


API Operations

The following is a list of supported operations:

  • Retrieve all authors:GET /api/authors
  • Retrieve author:GET /api/authors/{authorId}
  • Save author:POST /api/authors
  • Update author:PUT /api/authors/{authorId}
  • Delete author:DELETE /api/authors/{authorId}
  • Get all author's tasks:GET /api/authors/{authorId}/tasks
  • Get author's task:GET /api/authors/{authorId}/tasks/{taskId}
  • Save author's task:POST /api/authors/{authorId}/tasks
  • Edit author's task:PUT /api/authors/{authorId}/tasks/{taskId}
  • Delete author's task:DELETE /api/authors/{authorId}/tasks/{taskId}

About

To-do list management application that features user authentication and role-based access control. It allows users to create, edit, and delete tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published