Download source code : here
- Turn on docker
- Run
Docker compose up -d
and using :D thank u
-
-
Crawl step by step
docker-compose up -d
Cd scraper
- Run
python jobs_scraper.py
-
Open Api
Cd api
- Run
uvicorn api:app --reload
-
- Database: job_data
- User: jobuser
- Password: jobpassword
- Table: job_data
docker kill $(docker ps -q)
/ STOP ALLdocker rmi -f $(docker images -aq)
/ KILL ALL
- http://34.170.190.29:8585/docs (DIE sorry for this, no money :) )
- http://34.170.190.29:8585/ (DIE sorry for this, no money :) )
The content of this project is licensed under the terms of the MIT license.