AmazonGalleryApp
👋 Your First Full-Stack App with Micro Services (@jakobowsky YouTube tutorial)
Install / Use
/learn @jakobowsky/AmazonGalleryAppREADME
Welcome to Amazon Gallery App — Your First Full Stack App with Micro Services
Link to video — https://youtu.be/7BMJTTsny6Y
<img width="1531" alt="Screenshot 2020-08-27 at 11 38 47" src="https://user-images.githubusercontent.com/32365708/91424366-fe09a600-e859-11ea-9190-d1cd8a5a5c3d.png">Contents
Backend API
Setup Python Virtual Environment
cd Backend
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
Running Server
Make sure to be in Backend directory.
./mange.py migrate
./mange.py runserver
- Go and check endpoints
http://127.0.0.1:8000/productsetc.
Amazon Scraper
Run Amazon Scraper
Make sure to activate venv and be in Backend directory.
python AmazonScript/scraper.py
Connector Script
Run script
Make sure to activate venv and be in Backend directory. <br>
Make sure to have .json files in your AmazonScraper/reports directory. <br>
Make sure to run your server before running script. <br>
python AmazonScript/api_connector.py
Frontend
Run Live Server
Download Live Server extension to VS code and run server.
