Want to gather the learning result of Django and Vue.js into one project.
A Ecommerce login and checkout page based on Django Framework.
Django part------> pip install rest_framework django_cleanup
Vue.js part------> npm i
Django------> python3 manage.py runserver
Vue.js------> npm run watch
Go to ------> localhost:8000
