File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 1- # Dummy openapi web search
1+ # Dummy openapi web search
2+
3+ in order to start scraping then just uncomment the
4+ ` startCronJob(client) ` code snippet at
5+ ` openapi-web-search/Dummy App/server/index.js ` path.
6+
7+ ### client setup:
8+
9+ Run local server:-
10+
11+ ```
12+ yarn run dev
13+ ```
14+
15+ ```
16+ Create a new file in the root directory of
17+ your project and name it .env. Open the .env file
18+ and add the server endpoint with either the name
19+ VITE_SERVER_URL_LOCAL for a local server or
20+ VITE_SERVER_URL_CLOUD for a cloud server.
21+ ```
22+
23+ ### server setup
24+
25+ Run local server:-
26+ ```
27+ yarn run dev
28+ ```
29+
30+ Envrioment variable configuration -
31+ ```
32+ ELASTIC_CLOUD=<Cloud ID>
33+ ELASTIC_USERNAME=username
34+ ELASTIC_PASSWORD=password
35+ ```
You can’t perform that action at this time.
0 commit comments