Skip to content

Architecture

Ejun edited this page Oct 9, 2024 · 5 revisions

Folder Structure

  • app
    expo routes
  • components
  • hooks
  • test
  • data
    • data-sources
      Local data source
      Remote data source
    • models
      watermelon database models
    • schemas database schemas
    • repositories
      Implementations of repository interfaces from the domain layer
  • domain
    • entities
    • repositories
      Interfaces of repositories repositories should return entities
    • use-cases
  • di
    container
    hook
Clone this wiki locally