Install & Configure the Appwrite Web SDK

InstructorColby Fayock

Share this video with your friends

Send Tweet

Building projects on top of other services usually means interfacing with some kind of API. If you’re lucky, you’ll get an SDK, which makes it easier to interact with that API in a way that’s native to the environment you're working in.

Since we're building a web app, we can leverage the Appwrite Web SDK to simplify building a full stack application on top of the various Appwrite services.

We’ll walk through setting up a new Appwrite account, creating a project, and configuring our new project along with the SDK inside of our app.

What You’ll Learn

  • Create a new Appwrite project
  • Install the Appwrite Web SDK in a React project
  • Configure the Web SDK using the Appwrite endpoint and a Project ID

Resources