Bradltr95 / spring-boot

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

Update README.md for Recent Changes #7

Open Bradltr95 opened 2 months ago

Bradltr95 commented 2 months ago

Summary

The current README.md is outdated and does not reflect the recent updates made in PR#4, including the addition of Docker, PostgreSQL, and Spring JPA setup.

An update is needed to clearly document:

Bradltr95 commented 2 months ago

This issue has been address in the following PR:https://github.com/Bradltr95/spring-boot/pull/8

Bradltr95 commented 2 months ago

For visibility, I'll leave this open.

Bradltr95 commented 2 months ago

A new update to the README has been made to include the instructions on running RestAssured tests using TestNG here: https://github.com/Bradltr95/spring-boot/pull/21