API for obtaining product data on the Wilberries website by article number
Endpoints:
• Admin panel - /admin;
• Endpoint for loading product data - api/products/parse-product/;
• Endpoint for receiving all products - api/products/list-products/;
Python
, PostgreSQL
, Git
, Docker
, Celery
, Redis
Django
,
Django REST framework
,
Redis
Celery
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