Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.12 KB

Product Search

Screenshot from 2024-02-12 22-54-34

The Product Search is a web application designed to demonstrate typical search features for products. This feature is still undergoing development and will be continuously updated. So far, this project has accomplished the following features:

  • Search Autocompletes API
  • Search Results API
  • Search Order By and Filter by Catalog API
  • Product Search UI
  • Product and Catalog CRU API
  • Catalog UI
  • URL Shortener for Share Catalog

And for the on-going development would be:

  • Product Tagging API
  • User Management
  • Admin UI

Programming Stacks

  • ⭐ Golang
  • ⭐ Htmx
  • ⭐ Bootstrap
  • ⭐ Elasticsearch
  • ⭐ Docker
  • ⭐ Javascript
  • ⭐ Html

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.