Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 360 Bytes

File metadata and controls

8 lines (6 loc) · 360 Bytes

SpringBoot_StudentDatabase

Creating a N Tier enterprise application backed by a Postgres Database. Implementing important concepts such as Restful API's, Dependency Injection, parsing JSON objects, POST, GET, PUT, and DELETE HTTP Requests and more.

A Maven project with the following dependencies:

  1. spring-web
  2. spring -data - jpa
  3. PostgresSQL driver