AdonisJS 5 Crash Course 2021

Опубликовано: 27 Февраль 2025
на канале: Marius Espejo
25,306
665

In this crash course we'll be walking through a tutorial of the AdonisJS framework for NodeJS. We'll cover several topics including how to create a new application, how to setup and register routes, how to create controllers, CRUD, database connections and migrations, Active Directory models, validation, and many more!

00:00 - Intro
01:03 - Installation
02:23 - Running and testing the application
05:03 - Defining routes
08:54 - Creating a new Controller
13:15 - CRUD resource routes
15:58 - Nested resources
21:06 - Setting up a database connection
24:13 - Migrations for the database
27:13 - Creating models to represent tables
30:55 - Using models to perform CRUD
37:48 - Validating the request body
42:25 - Conclusion