File tree 1 file changed +25
-2
lines changed
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:
4
4
5
5
FormBuilder is an open source project which integrated with the FormJS framework and the slickflow engine.
6
6
7
- 1 . Database operation dapper supported(MSSQL is default);
7
+ 1 . Mutiple Database operation dapper supported(MSSQL is default);
8
8
2 . 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
10
33
11
34
![ FormBuilder Home Page] ( https://github.com/besley/besley.github.io/blob/master/Images/formbuilder/formbuilder-homepage.png )
12
35
You can’t perform that action at this time.
0 commit comments