Skip to content

pfazzi/elixir-playground

Repository files navigation

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

About

Elixir Ecto Plug DDD CQRS Backend POC with Rest and GraphQL APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages