Update: Finished persistable todo server

This commit is contained in:
Mariano Uvalle 2020-06-22 09:53:15 -05:00
parent 09665c3b88
commit 55589a963f
80 changed files with 809 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# Todo
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `todo` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:todo, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/todo](https://hexdocs.pm/todo).