Clone this Repository
You have the flexibility to choose how you want to run this application:
Compile and Run as a JAR: Build the project into a JAR file and execute it.
Create an Image and Run as a Container: Dockerize the application and run it within a container.
Run using an IDE: Open the project in your favorite Integrated Development Environment and run it directly.
Please ensure that you update the properties as needed before running the application in any of the above modes.
Additionally:
API Documentation: You can use Swagger to explore the API documentation. Swagger provides an interactive interface to test the API endpoints effortlessly.
Entity-Relationship Diagram (ERD): Check the ERD available in the docs directory in the root of the project. The ERD will give you a clear understanding of the database structure and relationships.