Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ccf5d5c

Browse files
author
tsv2013
committed
Updated brief inscruction
1 parent 5c283f5 commit ccf5d5c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

‎README.md‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SurveyJS + NodeJS Demo Example
1+
# SurveyJS + NodeJS + PostgreSQL Demo Example
22

3-
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a NodeJS backend.
3+
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a NodeJS backend with PostgreSQL database as a storage.
44

55
[View Demo Online](https://surveyjs-nodejs.azurewebsites.net/)
66

@@ -10,17 +10,18 @@ This demo must not be used as a real service as it doesn't cover such real-world
1010

1111
## Run the Application
1212

13-
Install [NodeJS](https://nodejs.org/) on your machine. After that, run the following commands:
13+
Install [NodeJS](https://nodejs.org/) on your machine.
14+
Install [Docker Desktop](https://docs.docker.com/desktop/) on your machine.
15+
After that, run the following commands:
1416

1517
```bash
16-
git clone https://github.com/surveyjs/surveyjs-nodejs.git
17-
cd surveyjs-nodejs
18-
npm i
19-
npm start
18+
git clone https://github.com/surveyjs/surveyjs-nodejs-complex.git
19+
cd surveyjs-nodejs-complex
20+
docker compose up -d
2021
```
2122

22-
Open http://localhost:3000 in your web browser.
23+
Open http://localhost:9080 in your web browser.
2324

2425
## Client-Side App
2526

26-
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.
27+
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts in the /public folder. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /