Django ecomerce website with django rest_framework back-end and Vuejs front-end.
pip install -r requirements.txt
Then
python manage.py runserver
Django rest_framework to build APIs for an ecomerce site that will be consumed by Vuejs front-end
Python