File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,32 @@ V2.2.0 version description:
44
55FormBuilder is an open source project which integrated with the FormJS framework and the slickflow engine.
66
7- 1 . Database operation dapper supported(MSSQL is default);
7+ 1 . Mutiple Database operation dapper supported(MSSQL is default);
882 . Slickflow workflow engine integrated;
9- 3 . Form create/view/approval suppoerted;
9+ 3 . Form create/view/approval supported;
10+
11+
12+ Quick Start Tutorial for Form Builder Designer Project:
13+
14+ 1). In the command console, using the command below to download the node package.
15+
16+ ** npm install**
17+
18+ please notice to run the command, the directory location is in the ClientApp path of the designer project.
19+
20+ 2). Set up the fbapi(FormBuilder.WebApi) project which is an asp.net webapi type project.(IIS is a choice)
21+
22+ 3). Setting webapi variable in the kcofnig.js file
23+
24+ kconfig.webApiUrl = "http://localhost/fbapi/ " //your sfd webapi backend service url
25+
26+ 4). In the command console, using the command below to run the the project
27+
28+ ** npm run dev**
29+
30+ 5). Access the web project in the browser by
31+
32+ http://localhost:5000
1033
1134![ FormBuilder Home Page] ( https://github.com/besley/besley.github.io/blob/master/Images/formbuilder/formbuilder-homepage.png )
1235
You can’t perform that action at this time.
0 commit comments