MVC Architecture

  • Models: Define the data structure and interact with the database. AdonisJS uses Lucid ORM for database operations.
  • Views: Handle the presentation layer. AdonisJS supports the Edge templating engine for rendering views.
  • Controllers: Manage the application logic and interact with models and views.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *