Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 813 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 813 Bytes

TODO app using liveview and rest.

Endpoints

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Assumptions.

  • Data is seeded. or already exist in the DB. There is not API to create group/task. We can only view or take action on the tasks.
  • Once a parent task is completed. dependant task cannot be marked as incomplete.
  • OpenAPIspec does not apply since these are not Json APIs, hence @spec exists only for model and context.