- Install Docker -
https://docs.docker.com/install - Install Docker Compose -
https://docs.docker.com/compose/install/
- navigate to src directory
cd .../PAWS-DATA-PIPELINE/src - docker compose
docker-compose up - access the client going to
http://localhost:3000
- navigate to src directory
cd .../PAWS-DATA-PIPELINE/src - docker compose
docker-compose run server - start the frontend with the proxy
npm run start:local
- navigate to src directory
cd .../PAWS-DATA-PIPELINE/src - set the PAWS_API_HOST=localhost or your ip in
docker-compose.yml - docker compose
docker-compose upand stop the server