A full-fledge Ecommerce API built in Django on my Youtube Tutorial
git clone https://github.com/propenster/youtube-django-ecommerce-api ecommerce-api
cd ecommerce-api
pipenv shell or pipenv install
python manage.py migrate
python manage.py runserver