easyblocks icon indicating copy to clipboard operation
easyblocks copied to clipboard

Is there an open source backend for this project?

Open fredojbg opened this issue 1 year ago • 2 comments

I want to create my own backend, but I don't know how to start and the documentation doesn't have much information

fredojbg avatar Sep 03 '24 04:09 fredojbg

The current docs shows how to set the access token from the cloud service and the Types needed for a custom backend but missing how to link a custom backend i.e Express backend!

I see docs missing what possible configurations for backend:

import { Config, EasyblocksBackend } from "@easyblocks/core";

export const easyblocksConfig: Config = {
  backend: new EasyblocksBackend({
    accessToken: "<<< your access token >>>",
  }),
  // ...
};

Thank you for this excellent easy to use Page builder.

tarikrital avatar Sep 04 '24 10:09 tarikrital

same question, i want see express app backend and not use access token

ducga1998 avatar Sep 08 '24 10:09 ducga1998