Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 954 Bytes

README.md

File metadata and controls

70 lines (46 loc) · 954 Bytes

Build demo Inventodis inspire from https://www.youtube.com/watch?v=kXaSwsneFnY&t=21s

Teck Stack

Architecture

Architecture

Setup

Client

yarn
yarn dev

API

Run docker RedisSeach

make redis

Init schema & import

./loader.sh

Generate inventory

make generate

Start server

yarn local

Screenshots

List store

Inventory

Learn from demo

  • Using riot file clit to import data to Redis
  • RedisSearch
  • Redis-om-node
  • Socket.io
  • Tool RedisInsight
  • ...

Reference