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
Resources