Skip to content

lucaseg/go-bookstore-items-api

Repository files navigation

go-bookstore-items-api

This project use a Elastic search so, you have to run that using the docker compose file:

docker-compose up -d

Create the Index to store items

PUT: 127.0.0.1:9200/items

Body

{
    "settings": {
        "index": {
            "number_of_shards": 4,
            "number_of_replicas": 2
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages