A robust application built using Java and the Spring Boot framework. This repository contains the backend logic, API endpoints, and configuration necessary to run the service.
- About the Project
- Tech Stack
- Prerequisites
- Installation & Setup
- Configuration
- Key Features
- Important Notes
- Author
This project leverages the power of the Spring ecosystem to provide a scalable and secure backend architecture. It includes implementations for RESTful APIs, database connectivity, and standard security practices.
Note: This project serves as a template/base for further development and can be customized to fit specific business logic.
- Language: Java 17+
- Framework: Spring Boot 3.x
- Build Tool: Gradle
Before you begin, ensure you have the following installed on your machine:
- Java Development Kit (JDK) 17 or higher.
- Gradle for dependency management.
-
Clone the repository
-
Configure the Database
-
Build the project
./mvnw clean install
-
Run the application
The server will start at http://localhost:8080. Look the properties file, I made a change.
⚠️ Critical Configuration
- Ensure that your database port is not occupied by another service.
Kevin Luciano