Webcrawler to get urls and images in webpages
Please Follow below steps to get started,
- Clone code from git repository.
- Create virtual environment and install dependencies using pip.
- Django app will run at localhost:8000 by default.
python manage.py runserver
Install all python packages used in the project as specified in requirements.txt
pip install -r requirements.txt
Purushotham Reddy - Software Engineer