Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 501 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 501 Bytes

Playground

Installation

$ docker-compose up -d
$ mix deps.get
$ mix ecto.migrate

Run

$ mix run --no-halt

It will start your application with a web server running at localhost:4001.

Checks

$ docker-compose up -d
$ mix format --check-formatted
$ mix test
$ mix dialyzer

User stories

  • 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