medbs / search-volume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • Java 8
  • Docker engine & Docker-compose (optional)

Build the project

mvn clean package

Run the project as jar

java -jar target/*.jar

Run the project as container

docker-compose up score

Test the API

curl -X GET "localhost:8080/api/v1/estimate?keyWord=iphone+11"

About


Languages

Language:Java 98.8%Language:Dockerfile 1.2%