https://github.com/redis-developer/redis-real-time-inventory-solutions
https://github.com/redis-developer/redis-real-time-inventory-solutions
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redis-developer/redis-real-time-inventory-solutions
- Owner: redis-developer
- Created: 2023-05-19T02:22:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T07:19:23.000Z (over 2 years ago)
- Last Synced: 2025-05-08T21:43:49.568Z (10 months ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Tech stack
- NodeJS + Express
- Redis
## Initialize app
```
npm install
```
## Seed database
```sh
npm run seed
```
## Start app
```
npm start
```
## API Docs
### Stock Management
- [retrieve-sku](./docs/01-retrieve-sku-api.md)
- [update-sku](./docs/02-update-sku-api.md)
- [increment-sku](./docs/03-increment-sku-api.md)
- [decrement-sku](./docs/04-decrement-sku-api.md)
- [retrieve-many-skus](./docs/05-retrieve-many-skus-api.md)
- [decrement-many-skus](./docs/06-decrement-many-skus-api.md)
### Inventory search by Geo location
- [inventory-search](./docs/07-inventory-search-api.md)
- [inventory-search-with-distance](./docs/08-inventory-search-with-distance-api.md)