Building a demo eBay like shop using Redis.
- Install Node.js
- run
npm installinside the project folder - Add Redis connection info from cloud.redis.io into
.envfile:
To run the server locally: run npm run dev.
!!! THIS WILL WIPE ALL EXISTING DATA !!!
You can add seed data to Redis by executing: npm run seed

