Skip to content

sog01/simple-bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Bookstore with Elasticsearch and Go

A mini project that builds a simple bookstore application using Elasticsearch and Go.

Pre-requisite

How to Run this Project

  • Start the Elasticsearch with docker compose
make upES
  • Populate Elasticsearch data
make populateData
  • Run this project and open localhost:8080
make run

Stop Elasticsearch

make downES