File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 5
5
- Install Docker Compose - ` https://docs.docker.com/compose/install/ `
6
6
7
7
## Running everything (server and client)
8
-
9
8
- navigate to src directory ` cd .../PAWS-DATA-PIPELINE/src `
10
9
- docker compose ` docker-compose up `
11
10
- access the client going to ` http://localhost:3000 `
11
+ ## Running the client (front-end) locally
12
+ - navigate to src directory ` cd .../PAWS-DATA-PIPELINE/src `
13
+ - docker compose ` docker-compose run server `
14
+ - start the frontend with the proxy` npm run start:local `
12
15
13
- ## Running just the client (front-end)
14
-
15
- - navigate to src directory ` cd .../PAWS-DATA-PIPELINE/src/client `
16
- - set the PAWS_API_HOST=localhost or your ip
17
- - docker compose ` docker-compose up `
18
- - access the client going to ` http://localhost:3000 `
19
-
20
- ## Running just the server (back-end)
21
-
22
- - navigate to src directory ` cd .../PAWS-DATA-PIPELINE/src/server `
23
- - docker compose ` docker-compose up `
16
+ ## Running just server (back-end) locally
17
+ - navigate to src directory ` cd .../PAWS-DATA-PIPELINE/src `
18
+ - set the PAWS_API_HOST=localhost or your ip in ` docker-compose.yml `
19
+ - docker compose ` docker-compose up ` and stop the server
You can’t perform that action at this time.
0 commit comments