Skip to content

adieulatete/wb-products

Repository files navigation

WB-products

General information about the project

API for obtaining product data on the Wilberries website by article number

Functional

Endpoints:
• Admin panel - /admin;
• Endpoint for loading product data - api/products/parse-product/;
• Endpoint for receiving all products - api/products/list-products/;

Technologies used

Python, PostgreSQL, Git, Docker, Celery, Redis

Libraries used

Django, Django REST framework, Redis Celery

Deploy

cd ~
git clone https://github.com/adieulatete/wb-products.git
cd ~/wb-products

Create environment variables

cp .env.example .env
vim .env

Launching the application

docker-compose up --build -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published