Build a blog admin panel with Refine

7

Next steps

Test your project

Run your project with npm run dev -- --open --port 3000 and open http://localhost:3000 in your browser.

Now, we are able to listing the records retrieved from Appwrite backend on table, show the each record, edit the existing records, and delete functionality on records.

List Page

Project list page

Create Page

Project create page

Edit Page

Project edit screen

Show Page

Project show screen