Its is a microservice which seeks for similar products based on their description
- Set the next environment variables inside of .env file in src/ dir:
DJANGO_SECRET_KEY
- Install dependencies within your virtual environment:
pip install requirements/dev.txt
- Go to src/ dir and run:
python manage.py runserver
-
Create a superuser and register a new application to get CLIENT_ID, CLIENT_SECRET.
-
Write the next variables into .env in DM project:
- CLIENT_ID
- CLIENT_SECRET
- USERNAME
- PASSWORD