Skip to content

Repository files navigation

To do list API

Description

This application allows the userEntity to register, login, add, modify and delete tasks. It has unit tests with Mockito and JUnit

Class diagram

classDiagram
    class User {
        -UUID id
        -String username
        -String password
    }
    
    class Task {
        -UUID id
        -String title
        -String description
        -Priority priority
        -Status status
        -UUID userId
    }

    User "1" *-- "N" Task
Loading

Stacks Used

Technical Requirements

  • Java 17

How to Run the Application

Clone the repository/download and unzip the source code and run using an IDE.

About

API to be consumed by a To do list app

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages