MorickClive / Vale-SpringREST-Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vale-SpringREST-Practice

A Spring REST API that uses the NoteTracker project as a goal outline. The focus of this project is to cover Spring Framework implementation of a RESTful api.

The project will focus on generating the 'Person' model and then adapt to a one-to-many relationship based on the note-notegroup relationship. The relationships of database tables will be reflected in Entity Annotations.

To review the network graph of commits, please review here.

Objectives:

  • Custom/Config Beans

  • Person:

    • Entities
    • Services
    • Repositories
    • CRUD
  • Notes:

    • Entities
    • Services
    • Repositories
    • CRUD
  • NoteGroup:

    • Entities
    • Services
    • Repositories
    • CRUD

Utility libraries/features:

  • Lombok (Constructor/Accessors/Utility method generation)
  • Swagger (View: generated API )
  • ModelMapper

Project Vale: Overview

About


Languages

Language:Java 100.0%