SkillAgentSearch skills...

AmazonGalleryApp

👋 Your First Full-Stack App with Micro Services (@jakobowsky YouTube tutorial)

Install / Use

/learn @jakobowsky/AmazonGalleryApp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  1. Backend API
  2. Amazon Scraper
  3. Connector Script
  4. Frontend

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/products etc.

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.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated3y ago
Forks11

Languages

Python

Security Score

60/100

Audited on Dec 5, 2022

No findings