Skip to content

RomanRD/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes service - RESTful API

Technology stack:

  • Java 17
  • Spring Boot, MVC, Data, Security
  • JWT
  • MongoDB, Mongock
  • Junit, Mockito
  • Docker, docker-compose

Features:

  • Bruteforce attacks defender.
  • Registration/authorization/authentication.
  • Administration of users/notes.
  • CRUD notes/users.
  • Get a list of all notes, different sorting.
  • Registered user can give likes and deletes.
  • And more...