Skip to content

Project for managing notes using spring web service and boot.

Notifications You must be signed in to change notification settings

piyushpcegarg/GotNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Project for managing notes using spring web service and boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published