[ Crawling Repository ]
Target Site Information
크롤링 순위 | 사이트 주소 |
---|---|
1 | 동양미래대 컴소과 공지사항 |
2 | 사이트2 |
3 | 사이트3 |
To get started with the project, start Airflow, Django, PostgreSQL in docker using the following command:
docker-compose up -d
Wait for a few seconds and you should be able to access the
Airflow - http://localhost:8080/
Django - http://localhost:8000/
To stop running the project, run the following command:
docker-compose down