Online platform of electronics trading network.
Endpoints:
• Admin panel - /admin;
• Endpoint for receiving tokens - /api/token/; api/token/refresh/;
• Endpoint for receiving a QR code with contact details of a network object - api/generate_qr/;
• Endpoint for obtaining information about all network objects, create, delete - api/nodes/; api/products/;
• Endpoint for obtaining Statistics about objects whose debt exceeds the average debt of all objects - api/stats/debt;
Python
, PostgreSQL
, Git
, Docker
, Celery
Django
,
Django REST framework
,
Simple JWT
,
Redis
Celery
cd ~
git clone https://github.com/adieulatete/e-net.git
cd ~/e-net
docker-compose up --build -d