An open API service indexing awesome lists of open source software.

https://github.com/lost22git/elixir_kv_demo


https://github.com/lost22git/elixir_kv_demo

elixir

Last synced: 4 months ago
JSON representation

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)