null

Let's Build A Changelog App

5 Lessons
9h 8m

We'll be building a changelog application with AdonisJS through a series of livestreams.

Changelog #1 - Setup & Auth
Let's Build A Changelog App #1.0
・
Dec 02, 22

Creating Our AdonisJS Project & Getting Setup

In this stream, we'll start building a changelog application with AdonisJS

Creating A Default Team After Sign Up
Let's Build A Changelog App #2.0
・
Dec 15, 22

Creating A Default Team After Sign Up

In this stream, we'll create a default team for users after signing up for our changelog application. After signing up, we'll take the user to a screen where they can update details on their default team.

Let's Build A Changelog App #3.0
・
Dec 17, 22

Project CRUD

In this stream, we'll be defining our starting projects table schema, model, and setting up create, read, update, and delete (CRUD) operations for it.

Default Team
Let's Build A Changelog App #4.0
・
Jan 07, 23

Creating Teams & Setting Default Team

In this stream, we'll be adding the ability to create new teams, set the default team for a user when they switch between teams, and auto-forward users to their default team after login.

Team / User Management
Let's Build A Changelog App #5.0
・
Jan 15, 23

Team / User Management

In this stream, we'll add the ability for admins to invite others to their team. They'll be able to either invite them as a member or another admin.