This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
weekbudget/backend
2019-05-30 15:29:42 +03:00
..
config Initial commit 2019-05-27 06:02:42 +02:00
lib Order events when sending to frontend 2019-05-30 15:29:42 +03:00
priv/repo/migrations Initial commit 2019-05-27 06:02:42 +02:00
test Initial commit 2019-05-27 06:02:42 +02:00
.formatter.exs Initial commit 2019-05-27 06:02:42 +02:00
.gitignore Add reset to backend 2019-05-30 00:12:20 +03:00
mix.exs Initial commit 2019-05-27 06:02:42 +02:00
mix.lock Initial commit 2019-05-27 06:02:42 +02:00
README.md Initial commit 2019-05-27 06:02:42 +02:00

WeekBudget

TODO: Add description

Installation

If available in Hex, the package can be installed by adding week_budget to your list of dependencies in mix.exs:

def deps do
  [
    {:week_budget, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/week_budget.