illustration for Full Stack with React and Appwrite

Full Stack with React and Appwrite

Instructor

Colby Fayock
2h 11m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.9
26
people completed
Bookmark
Download
RSS

There are two major categories that you'll encounter when you start to build Full Stack applications.

You have: đź’˝ Database Management đź‘Ą Authentication

Both of these contain their unique set of challenges and layer on top of each other as you build out your application.

You want to be able to Create, Read, Update, and Delete data from your database and also make sure that only the right users are performing these actions that you specify.

That is why this course is set up around these two categories.

You'll learn everything you need to about managing data using a service called Appwrite within your React application. Using Appwrite, you'll be able to create a database, upload files, and manage users.

You'll start out by building out the database while purposefully ignoring authentication/authorization through out the application.

The second part of the course will have you layer on auth so that you can enable users to log in and scope specific actions to roles that you'll create.

This course is focused on the full stack nature of web development so we will start with almost all of our UI built out for us. You can explore the course repository to get familiar with what components are available.