Skip to content

sog01/Product-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web application for product search features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published