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.
- 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