https://github.com/lost22git/elixir_kv_demo
https://github.com/lost22git/elixir_kv_demo
elixir
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lost22git/elixir_kv_demo
- Owner: lost22git
- Created: 2025-09-08T11:52:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T12:19:26.000Z (5 months ago)
- Last Synced: 2025-09-08T14:29:51.013Z (5 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KV
https://hexdocs.pm/elixir/main/introduction-to-mix.html
## Build
```sh
MIX_ENV=prod mix release
```
## Test
```sh
mix test
```
## Other Languages
- Gleam: [gleam_kv_demo](https://github.com/lost22git/gleam_kv_demo)