Skip to content

drodobyte/lostpet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost Pet

Simple Kotlin App for posting lost pets, using a Clean Architecture approach. This defines the inner layers (domain and use case layers), which is actually the app. If you want to see a specific fronted using this app check it's Android detail layer here.

Packages

  • Entity, with basic entities defining business model
  • Service, abstract service interface defining operations within business model
  • Case, the real app, the use-cases defining what does the app really do. Unit testing is done against the use-cases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages