/CDNLT

Lynn

Primary LanguagePythonMIT LicenseMIT

project crawl careerbuilder

Download source code : here

AUTO API

  • Turn on docker
  • Run Docker compose up -d and using :D thank u

how to use

  • Turn on Server MySQL

    • Crawl step by step

      • docker-compose up -d
      • Cd scraper
      • Run python jobs_scraper.py
    • Open Api

      • Cd api
      • Run uvicorn api:app --reload

Info Docker

  • Database: job_data
  • User: jobuser
  • Password: jobpassword
  • Table: job_data

DOCKER

  • docker kill $(docker ps -q) / STOP ALL
  • docker rmi -f $(docker images -aq) / KILL ALL

Testing Api

License

The content of this project is licensed under the terms of the MIT license.