https://github.com/odigos-io/kv-shop
https://github.com/odigos-io/kv-shop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/odigos-io/kv-shop
- Owner: odigos-io
- Created: 2023-09-25T10:36:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T10:45:38.000Z (over 1 year ago)
- Last Synced: 2025-02-17T13:28:55.547Z (4 months ago)
- Language: Java
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KV Shop
This repository contains the code for the KV Shop, a simple micoservice-based webshop.## Architecture
KV Shop contains the following services:
| Service | Language | Version |
| --- | --- | --- |
| Frontend | Java | 17 (Eclipse Temurin) |
| Inventory | Java | 11 (Eclipse Temurin) |
| Pricing | Java | 8 (Eclipse Temurin) |
| Membership | Go | 1.21 |
| Coupon | JavaScript | NodeJS 18.3.0 |## Running locally
To build the project and run it locally on a Kind cluster, run the following command:
```bash
make build-images load-to-kind deploy
```