https://github.com/devsargam/fast-search
🔍 A repo testing out search with typesense
https://github.com/devsargam/fast-search
Last synced: 5 months ago
JSON representation
🔍 A repo testing out search with typesense
- Host: GitHub
- URL: https://github.com/devsargam/fast-search
- Owner: devsargam
- Created: 2024-11-17T22:11:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T23:58:30.000Z (over 1 year ago)
- Last Synced: 2025-09-30T05:46:41.143Z (9 months ago)
- Language: TypeScript
- Homepage: https://typesense-fast-search.vercel.app
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast Search
Me learning typesense
## Steps to reproduce
- Clone the repo locally
```
mkdir typesense-data
docker compose up
```
- Fill the `.env` with `.env.example`
- Run the seeding script
```
node scripts/seed.js
```
- Run the nextjs server
```
pnpm i
pnpm dev
```