Demo BikeShop Built with Phoenix LiveView
- credo - static code analysis tool for Elixir
- dialyxir - elixir dialyxir
- excoveralls - code coverage tool
- mix_test_watch - continuous test runner
- libcluster - provides a mechanism for automatically forming clusters of Erlang nodes
graph TB;
Order-. has_many .->Item;
Order-. belongs_to .->User;
Item-. belongs_to .->Bike;