The documantion mention that there is a way to develop entire project localy and then upload it to back& platform for production. how can it be done?
There is sample code somewhere ?
thanks
The documantion mention that there is a way to develop entire project localy and then upload it to back& platform for production. how can it be done?
There is sample code somewhere ?
thanks
The server side in Back& can be built with cloud JavaScript or with node.js. Using Backand CLI and node.js you can develop any project in node.js and upload it. The steps are simple:
for debug node.js localy :
first make sure you have action
defind in the back& site under the section objects/[objectName]/action
example:
project name: MyApp
with object call: Users
with the action files
(for upload a images file)
so
In local terminal
1. go to project's root folder.
2. type backand login
and follow the instraction (email & password).
3. type backand action init
and follow the instration.
project name : MyApp, object name : Users, action name : files
to be continue...