ecommerce website with django and vue
initialise environment using virtualenv.
install: -> django -> django-rest-framework -> django-cors-headers -> djoser -> pillow -> stripe
Create django project.
add new settings to the project settings.
add djoser.urls to project urls. add djoser.urls.authtoken to project urls.
initialise the database.
create superuser.
Install Vue.js
Include Font-Awesome
Setup the base template
Create django app and models for products
Create serializer and views for the products