Skip to content

The system for automatic searching of advertisements on e-commerce web sites

License

Notifications You must be signed in to change notification settings

jakubriegel/offer-rider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offer-rider

about

The system for automatic searching advertisements on e-commerce web sites

componets

The system composes of three independent modules:

See their readmes for more documentation

schema

deployment - Docker

  1. For develop-stage run npm install in frontend folder (must have node:13.13.0 installed locally)
  2. Then if you want to deploy app as productions-stage you must delete node_modules folder from frontend folder
  3. Set varaibles in .env :
    • OFFER_RIDER_ARCHITECTURE accordingly to your machine - arm or x86
    • TARGET accordingly to purpose - develop-stage or production-stage
  4. Run docker-compose up --build

If you want clean Docker after shuting down all containers type docker-compose down -v --rmi all --remove-orphans.

credits

tba