Skip to content

Studying project for interview test. Task - implement the todo-app for authorized user

Notifications You must be signed in to change notification settings

MarinaSolovyeva/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo application is developed in Java 17 using Spring Boot.

The application provides the ability to use the task management functionality: create, delete, very task, change their status. Only an authorized user can access the task. Implementation authentication and authorization procedure using Spring Boot. Passwords are stored in the database in a hashed form, and after successful authentication, the user uses a JWT token with a duration of 60 min.

Installation

Run the following command to start the application using Docker Compose:

docker-compose up

Welcome to the application:
http://localhost:8070

About

Studying project for interview test. Task - implement the todo-app for authorized user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published