Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 420 Bytes

File metadata and controls

19 lines (11 loc) · 420 Bytes

Application description:

an application for scraping data about products from the zara men's collection, 
created for educational purposes

Run the app:

you need to have docker and docker-compose installed to run the application
use commands:
    $ docker-compose build
    $ docker-compose up

or if you are using Compose V2:
    $ docker compose build
    $ docker compose up