app/

directory
v0.0.0-...-d6791e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2023 License: MIT

README

./app

Folder with business logic only. This directory doesn't care about what database driver you're using or any third-party things.

Structure

  • ./app/controllers folder for functional controllers (used in routes)
  • ./app/models folder for describe business models of your project
  • ./app/repositories folder for describe layer access db for models of your project
  • ./app/services folder for describe business logic of your project
  • ./app/validations folder for describe validators of your project
  • ./app/dtos folder for describe data transfer objects of your project (request and response objects)

Error Code

  • User errors: 2001 - 2999
  • Role errors: 3001 - 3999

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL