This project is a web application that scrapes shopify products that provide public information.
This scraper will extract the following information from the shopify site:
- Title
- Description
- Specs
- Price
- Images
Django 5.0.7
Python 3.10.11
tailwindcss 3.0.0
beautifulsoup4 4.12.3
- Clone the repository
- Install Requirements
$ pip install -r requirements.txt- Run Django Server
$ python manage.py runserver- Tailwind Build (for dev)
$ npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css --watchFor any feedback or queries, please reach out to me at kimyk0120@gmail.com.

