Replicating a Backand instance automatically/using a script

72 Views Asked by At

I'm using Backand as the api between my frontend and my externally hosted MySQL database. This is a college project, and one of the requirements is to submit my project/code where my project must be deploy-able on the examiners server, from scratch.

Is there any way of setting up a Backand instance (on Backand.com) using a template of my current setup while modifying the specifics (database location, triggering a sync etc..) I'm open to writing some bash scripts if necessary.

If anyone has any suggestions, I would love to hear them. Thank you.

1

There are 1 best solutions below

5
On

Backand logic run on Backand's server and can't be deployed on private server.

If it's simple logic, you can migrate it to express

Another possibility if it's in project rules, you can leave server side at Backand but deploy client code in many servers, and be able to serve more users from have your client code hosted on a single server.

Edit: You can export and import configuration in Backand see remarks.