Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typesense/showcase-nextjs-typesense-ecommerce-store
An app showing how you can use Typesense & Next.js / React to build a full-fledged ecommerce browsing and searching experience
https://github.com/typesense/showcase-nextjs-typesense-ecommerce-store
ecommerce instantsearch nextjs typesense typesense-instantsearch-adapter typesense-showcase vercel
Last synced: 2 months ago
JSON representation
An app showing how you can use Typesense & Next.js / React to build a full-fledged ecommerce browsing and searching experience
- Host: GitHub
- URL: https://github.com/typesense/showcase-nextjs-typesense-ecommerce-store
- Owner: typesense
- License: apache-2.0
- Created: 2021-08-05T06:21:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T17:33:26.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:38:46.376Z (9 months ago)
- Topics: ecommerce, instantsearch, nextjs, typesense, typesense-instantsearch-adapter, typesense-showcase, vercel
- Language: JavaScript
- Homepage: http://showcase-nextjs-typesense-ecommerce-store.vercel.app/
- Size: 549 KB
- Stars: 51
- Watchers: 4
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 Instant E-Commerce Store Experience, powered by Typesense + Next.js
This is a demo that shows how you can use [Typesense's](https://github.com/typesense/typesense) 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:
## Tech Stack
The app was built using the
Typesense Adapter for react-instantsearch and [Next.js](https://nextjs.org) for a React framework.## Development
To run this project locally, install the dependencies and run the local server:
```shell
yarn
yarn run typesenseServeryarn run indexer
yarn dev
```Open http://localhost:3000 to see the app.
## Deployment
This demo is hosted on Vercel. Pushing to master of [this fork](https://github.com/jasonbosco/showcase-nextjs-typesense-ecommerce-store) 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