Project

Task Management System

Challenging
37 completions
~ 45 hours
4.5

You will practice building a REST API, learn how to validate input and customize server responses, practice applying JWT authentication and learn about creating complex database queries using Spring Data.

Provided by

JetBrains Academy JetBrains Academy

About

Have you ever used any task management systems like Jira or Trello? This project is the perfect starting point to build a small yet feature rich application on your own. In this project, you will develop a task management system that allows users to create, update, and manage tasks. You'll implement JWT authentication to protect your system and create aggregate views of tasks. This will give you a good practice in creating advance CRUD applications and provide you with the necessary skills to create a useful web service for your portfolio and daily use.

Graduate project icon

Graduate project

This project covers the core topics of the Java Backend Developer (Spring Boot) course, making it sufficiently challenging to be a proud addition to your portfolio.

At least one graduate project is required to complete the course.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Create the endpoint to register new users and secure the other endpoint to make it accessible to authenticated users only.
Add the functionality to publish new tasks and list and filter existing tasks.
Introduce JWT authentication to let users use tokens to authenticate to access the API.
Allow users to assign their tasks to other users and change the task statuses.
Allow users to post comments to tasks and see all the comments for each task.

Reviews

Michael Laufer
3 weeks ago
An in-depth view at implementing Spring Security components, including authenticators and a filter part of the chain. As well as better spring data / JPA handling with projections and query annotations.
Late avatar
Late
2 months ago
A little more information about JSON Signing and Encryption would've been cool
Dan Murphy avatar
Dan Murphy
3 months ago
This was an interesting and relevant project that gave me a lot of practice with Spring Web MVC, Spring Data JPA, and Spring Security. In particular, I learned how to use JWT for authentication in Spring, worked with several one-to-many relationships in JPA, and set up some fairly sophisticated JSON ...

4.5

Learners who completed this project within the Java Backend Developer (Spring Boot) course rated it as follows:
Usefulness
4.9
Fun
4.4
Clarity
4.4