The system for automatic searching advertisements on e-commerce web sites
The system composes of three independent modules:
See their readmes for more documentation
- For
develop-stage
runnpm install
infrontend
folder (must have node:13.13.0 installed locally) - Then if you want to deploy app as
productions-stage
you must delete node_modules folder fromfrontend
folder - Set varaibles in
.env
:OFFER_RIDER_ARCHITECTURE
accordingly to your machine -arm
orx86
TARGET
accordingly to purpose -develop-stage
orproduction-stage
- Run
docker-compose up --build
If you want clean Docker after shuting down all containers type docker-compose down -v --rmi all --remove-orphans
.
tba