Videos tagged with: directus
Migrating My Site From Directus + Next.js To Astro
In this video I'm going to talk about how I migrated my site from Directus and NextJS stack hosted on Digital Ocean to a fully static site built with Astro and hosted on Cloudflare Pages
Add Data From Excel Using Flows
In this episode I'm going to show you how you can add large number of data to your Directus database using Excel and Flows.
Create a Newsletter List With Directus Flows
In this video, we are going to create a Flow that will add a user to a newsletter list if they opt in for it.
Send Emails With Directus Flows
Flows in Directus enable custom, event-driven data processing and task automation. In this video we are going to send an email to the admin, when new user is created.
How To Create Multilevel Navigation In Directus 9 (NO CODE)
In this video I'm going to show you how to create multilevel navigation in Directus 9, without any code.
Protect Signup Form From Hackers
Viewer called Locness noticed a potential security flaw on our sign up form. In this episode we are going to fix that.
User Authentication With NextAuth
In this episode we are going to implement login functionality to our Next.js and Directus app using NextAuth package.
User Sign Up
In this episode we are going to implement signup functionality for our Directus and Next.js app. You will see, this is very easy.
Add To Cart
In this episode we are going to start implementing add to cart functionality. I say start because this is a pretty big functionality so I’m going to split it into two parts.
Display Product Options
In this episode we are going to display product options that we created in the previous episode.
Product Options And Directus Has Some Problems
In this episode we are going to create options for products. In our case those are going to be colours and sizes.
Product Display Page
In this episode we are going to create a product display page for our shop.
Filter Products By Category
In this episode I’m going to show you how to create a filter for our products using Directus and Next.js.
Fix M2M Relationship From Part 04
In this episode we are going to fix a mistake that I made in part 04 of this course.
Products and Categories
In this episode we are going to start building an e-commerce site using Directus and Next.
Fix No Access Issue, Update Database, Install GraphQL Playground
In this episode we are going to do a bit more cleanup (sorry), before building our app.