Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 434 Bytes

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...