Home
Softono

Showcase Ecommerce Store

Open source Apache-2.0 JavaScript
83
Stars
18
Forks
0
Issues
5
Watchers
1 year
Last Commit

 About Showcase Ecommerce Store

An app showing how you can use Typesense to build a full-fledged ecommerce browsing and searching experience

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Showcase Ecommerce Store?

We provide expert installation service for this software. Our team will install, configure, and secure Showcase Ecommerce Store on your server. plans start at just $30.

Showcase Ecommerce Store

View on GitHub

📦 Instant E-Commerce Store Experience, powered by Typesense

This is a demo that shows how you can use Typesense's feature set, to build not just a search experience, but also a full-fledged product browsing experience for an ecommerce store.

See it live here: https://ecommerce-store.typesense.org/

Tech Stack

The app was built using the Typesense Adapter for InstantSearch.js.

Repo structure

  • src/ and index.html - contain the frontend UI components.
  • scripts/indexer - contains the script to index the book data into Typesense.
  • scripts/data - contains a small sample subset of products.

Development

To run this project locally, install the dependencies and run the local server:

npm install
npm run typesenseServer

ln -s .env.development .env

npm run indexer

npm start

Open http://localhost:3000 to see the app.

Deployment

This demo is hosted on Cloudflare pages. Pushing to master will automatically trigger a deployment.

Credits

The dataset used in this showcase is from Algolia's public set of datasets listed here: https://github.com/algolia/datasets