djiwandou-p / solid-go

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Go 95.7%Language:Makefile 3.1%Language:Dockerfile 1.2%