Installation
Checkout the repository
Navigate to the
react
folder and run:npm install npm run build cp dist/* ../express/static/dist/
Navigate to the
express
folderEdit the Dockerfile to setup your environment variables
Run:
docker build --tag=basset . docker run --network="basset-network" --name="basset" basset docker exec -t basset node ./commands/migrate.js
Navigate to the
diff
folder:Edit the Docker to setup your environment variables
Run:
docker build --tag=basset-diff docker run --network="basset-network" --name="basset-diff" basset-diff workers.rabbitmq
In order to run locally you must have RabbitMQ installed