https://github.com/linjunpop/donut_store
🍩 A Donut Store, Fun with GenStage
https://github.com/linjunpop/donut_store
Last synced: 2 months ago
JSON representation
🍩 A Donut Store, Fun with GenStage
- Host: GitHub
- URL: https://github.com/linjunpop/donut_store
- Owner: linjunpop
- Created: 2018-10-25T12:24:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T12:36:51.000Z (over 7 years ago)
- Last Synced: 2025-02-26T11:14:24.303Z (over 1 year ago)
- Language: Elixir
- Homepage: https://speakerdeck.com/linjunpop/a-brief-introduction-to-genstage
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DonutStore
A DonutStore implementation, fun with GenStage.
## Setup
```
$ mix deps.get
$ iex -S mix
```