Skip to content

marka2g/bike_shop

Repository files navigation

BikesOfBurningMan BikeShop

Demo BikeShop Built with Phoenix LiveView

build status

Notable Dependencies

  1. credo - static code analysis tool for Elixir
  2. dialyxir - elixir dialyxir
  3. excoveralls - code coverage tool
  4. mix_test_watch - continuous test runner
  5. libcluster - provides a mechanism for automatically forming clusters of Erlang nodes

The UI

Customer Bikes

bikes index

Admin Bikes

bikes index

Customer Orders - Not Started

bikes index

Admin Orders - Not Started

bikes index

Customer Orders - Preparing

bikes index

Admin Orders - Preparing

bikes index

Data Relationships

graph TB;
  Order-. has_many .->Item;
  Order-. belongs_to .->User;
  Item-. belongs_to .->Bike;

About

This is a Dummy Store Built with Phoenix LiveView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published