Bradltr95 / spring-boot

Spring boot project for writing APIs and connecting to a DB using Docker.
MIT License
2 stars 0 forks source link

Implement DELETE operation for record removal in REST API #24

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

Summary

This pull request adds the DELETE functionality to the existing RESTful API, enabling the removal of records by their unique identifiers.

Key Updates:

Bradltr95 commented 2 months ago

Despite ensuring the container is running and the application is built before the tests are run it is failing to connect and run the final test. Will look into these issues and resolve them tomorrow.