Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 516 Bytes

SOLID Go

This repository is a basic client-server code to operate CRUD on Elasticsearch with SOLID principle.

Prerequisites

How to Run

Let's look at Makefile to run a command that we need.

Run Elasticsearch

Execute make upES to turn on our Elasticsearch locally.

Running CRUD Server

Execute make run to run our CRUD Server.

Stop Elasticsearch

Execute make downES to teardown running Elasticsearch.