$ docker-compose up -d
$ mix deps.get
$ mix ecto.migrate
$ mix run --no-halt
It will start your application with a web server running at localhost:4001.
$ docker-compose up -d
$ mix format --check-formatted
$ mix test
$ mix dialyzer
- As a Customer I want to place an order
- As a Customer I want to view the details of one order
- As a Customer I want to view the list of my orders