Skip to content

πŸ‘‹ Your First Full-Stack App with Micro Services (@jakobowsky YouTube tutorial)

Notifications You must be signed in to change notification settings

jakobowsky/AmazonGalleryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome to Amazon Gallery App β€” Your First Full Stack App with Micro Services

Link to video β€” https://youtu.be/7BMJTTsny6Y

Screenshot 2020-08-27 at 11 38 47

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.
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

Frontend

Run Live Server

Download Live Server extension to VS code and run server.

About

πŸ‘‹ Your First Full-Stack App with Micro Services (@jakobowsky YouTube tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published