This is a Search Service for blog. It is used with Kakao Open API.
플젝 관련 정리 내용 (https://www.notion.so/ing-8a52b2e780fe41d7a223876af46b285d) .. 추후 README 추가 예정
- Search blogs with sorting(accuracy, recency). It shows 20 rows in one page.
- View top 10 of keywords that you seasrched.
To run the Spring Boot Project, follow these steps :
- spring boot 2.4.1
- Java 11
- Redis 2.4.3
- lombok (compileOnly)
- gradle 7.6
- Clone the repository:
bash git clone https://github.com/daseulsong-git/Blog-Search.git - Navigate to the Project Directory :
cd Blog-Search - Build the project using Gradle:
./gradlew build - Run the Application :
./gradlew bootRun
▶ Execution using JAR file
- Download Blog-Search-0.0.1-SNAPSHOT.jar
- Execute the JAR File : ``java -jar Blog-Search-0.0.1-SNAPSHOT.jar```
- Gradle 7.6, Spring Boot 2.4.1, JPA, H2(Embedded), Redis 2.4.3, lombok, Thymleaf ...