Skip to content

ENSA PFE project. Avito Scraper, Elasticsearch and Kibana

Notifications You must be signed in to change notification settings

deidax/app_scraper

Repository files navigation

Avito Scraper, Elasticsearch and Kibana

Make sure to have docker and docker compose installed

Installation

Clone project

  git clone https://github.com/deidax/pfe.git

Build project with docker compose

  docker-compose build --no-cach

Run project

  docker-compose up

Create user to login

  curl -X POST http://127.0.0.1:8000/auth/users/ --data 'username=admin&password=pfe123456'

Open in browser

  http://localhost:8080/

Login

  Username: admin
  password: pfe123456