Skip to content

Commit

Permalink
chore: Update module paths for autocoffee components
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Sep 18, 2024
1 parent f5db091 commit 1939353
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Binary file added .github/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,19 @@ The demo consists of the following components:

# Running the demo

You will need to have a NATS server running.
You will need to have a NATS server running. Set an environment variable `NATS_SERVER` and run each service with `go run`.

```bash
export NATS_SERVER=localhost:4222
```

```bash
cd routes && go run main.go &
cd controller && go run main.go &
cd stock && go run main.go &
cd coffee-makers && go run main.go &
```

# Demo

![Demo](./.github/demo.jpg)

0 comments on commit 1939353

Please sign in to comment.