hero

Ninja HR

Welcome To Ninja HR Project Doc.

Get Started →

Model

A model handles data used by the web application.A Model is a representation of a real-life instance or object in our code base.

View

A view helps to display data to the user.The View represents the interface through which the user interacts with our application.

Controller

A controller interacts with the model to create data for the view.When a user takes an action, the Controller handles the action and updates the Model if necessary.