Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an open source backend for this project? #74

Open
fredojbg opened this issue Sep 3, 2024 · 2 comments
Open

Is there an open source backend for this project? #74

fredojbg opened this issue Sep 3, 2024 · 2 comments

Comments

@fredojbg
Copy link

fredojbg commented Sep 3, 2024

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

@wpplumber
Copy link

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.

@ducga1998
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants