daily-tracker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

daily_tracker.ex (261B)


      1 defmodule DailyTracker do
      2   @moduledoc """
      3   DailyTracker keeps the contexts that define your domain
      4   and business logic.
      5 
      6   Contexts are also responsible for managing your data, regardless
      7   if it comes from the database, an external API or others.
      8   """
      9 end