Build a blog admin panel with Refine

1

Introduction

Blog admin panel: a CRUD app to manage Blog content. In this tutorial, you will build admin panel app with Appwrite and Refine.

Create project screen

Create project screen

Concepts

This tutorial will introduce the following concepts:

  1. Setting up your first project

  2. Authentication

  3. Databases and collections

  4. Queries and pagination

Prerequisites

  1. Basic knowledge of Typescript and React.

  2. Have Node.js and NPM installed on your computer