Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 729 Bytes

GotNote

Project for managing notes using spring web service and boot.

This project manages notes for multiple users. It performs below operations:

  1. Save note
  2. Update note
  3. Delete single note and all notes
  4. Fetch single note and all notes information

Below technologies are being utilized to develop this project

  1. Spring MVC : To implement MVC design pattern
  2. Spring REST Web services : To expose REST API to client
  3. Spring security : To implement http basic authentication to protest REST API
  4. JPA : JPA is used as an ORM tool.

For more information about database tables and class design please refer "GotNote Project Reference.docx" kept in root directory. JavaDoc are available for classes and methods.