Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 547 Bytes

File metadata and controls

10 lines (8 loc) · 547 Bytes

SpringBootWithPostgreSQL

Leveraging Spring Boot RESTful services and PostgreSQL to save mock "student" information in a PostgreSQL database.

This project was completed by following the Amigoscode "Getting Started with Spring Boot" series.
Click here to view my associated Spring Boot certification.

To Run:

  • Start the server from the DemoApplication class
  • Navigate to http://localhost:8080/api/v1/student to view default JSON content
  • Testing of CRUD operations was done in generated-requests.http API