Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 478 Bytes

Tracker Application

folder structure

  • app/: Contains the main application logic.
    • fonts/: Stores font-related assets.
    • api/: Stores API-related code.
      • auth/: Handles authentication.
        • login/: Login-specific functionality.
      • expense/: Module for expense management.
      • user/: Module for user management.
  • lib/: Utility functions or reusable modules.
  • prisma/: Database schema and Prisma ORM files.