Github Repo for productHandler microservice
- Includes API for fetching products...
Local run steps:
- source @/env/bin/activate
- sudo apt install libpq-dev python3-dev
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver # Server should start on localhost:8000
Docker-compose:
- NYI