Link to video β https://youtu.be/7BMJTTsny6Y
cd Backend
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
Make sure to be in Backend
directory.
./mange.py migrate
./mange.py runserver
- Go and check endpoints
http://127.0.0.1:8000/products
etc.
Make sure to activate venv and be in Backend
directory.
python AmazonScript/scraper.py
Make sure to activate venv and be in Backend
directory.
Make sure to have .json files in your AmazonScraper/reports
directory.
Make sure to run your server before running script.
python AmazonScript/api_connector.py
Download Live Server extension to VS code and run server.