Skip to content

Commit 17650a0

Browse files
authored
Update README.md
1 parent 078a1f1 commit 17650a0

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,32 @@ V2.2.0 version description:
44

55
FormBuilder 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);
88
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
1033

1134
![FormBuilder Home Page](https://github.com/besley/besley.github.io/blob/master/Images/formbuilder/formbuilder-homepage.png)
1235

0 commit comments

Comments
 (0)