Status: This project is in the early phases of development.
- Spring Web: For building web applications, including RESTful services.
- Spring Data JPA: Data JPA is a higher-level abstraction built on top of JPA (Java Persistence API)
- PostgreSQL
- Validation
- Security
- Thymeleaf
Welcome to the skullbug project! This project is currently in its initial stages of development. The goal is to build a robust application using Spring Boot, with a focus on web services and data persistence.
To set up the project locally, you will need:
- Java 17
- Maven
- Clone the repository:
git clone git@github.com:berlincoders/skullbug.git
- Navigate to the project directory:
cd skullbug
- Build the project using Maven:
mvn clean install
- Run the application:
mvn spring-boot:run
Once the application is running, you can access it at http://localhost:8080
. The API endpoints and other features will be documented as development progresses.