DARRT Project: Actions

Learn about the role of actions in a DARRT project.

We'll cover the following

Actions in the DARRT framework

The second letter in DARRT stands for actions. The actions.js file in the DARRT framework contains all the actions we defined in our API design. These are the internal functions of our service, not the external endpoints of the API. We documented these actions for our onboarding in the initial WSD diagram we created earlier. Now, we need to take the actions in that diagram and create them in Node.js code within our project.

Get hands-on with 1200+ tech skills courses.