Bradltr95 / spring-boot

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

Merge Develop to Main #2

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

Here is a list of changes that I made that are ready to be merged to the main branch:

  1. Set up the project to run on localhost port 8080. Return a message to the user to verify it is working.
  2. Clean up the README.
  3. Prevent .idea/ settings from being committed by adding them to the /.gitignore file.
  4. Delete the existing .idea/ settings committed during project initialization.