Skip to content

Commit 9d0a915

Browse files
author
Priyanshu Sharma
authored
Update README.md
1 parent b7421c5 commit 9d0a915

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

Dummy App/README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
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+
```

0 commit comments

Comments
 (0)