Hello guys, in this I'm gonna show you how to make an eCommerce application using Django and Django rest framework and Vue Js. I'm sharing the source code below.
As we know Django is the most powerful backend framework and when we combine this with javascript Vue framework it'll become awesome, very fast, and highly securable.
What is Django?
Django is a Python web framework, in which we can create web applications and that apps are highly securable and scalable, Django is very rapid and fast. Many big tech giants use Django as their primary framework, Youtube, Instagram, and many more. Django is highly in demand and if you know how to combine Django with any javascript framework, then no one can stop you guys.
What is Vue?
Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries
In this web application, we use Django and Django Rest Framework and Vue js.
This is Part 1:
In this Part, we made only:-
1) Database and Models
2) Create Serializers of Models
3) Connect Django with Vue
4) Product List
5) Product Details
6) Add To Cart
And the second part will come next week
Source Code / Github Repo:-
Django:- https://github.com/ShivamRohilllaa/djangovueecommerce-django
Vue:- https://github.com/ShivamRohilllaa/djangovueecommerce-vue
Thank You
Shivam Rohilla
Top comments (6)
There is no cart API implemented so far!
This is Part 1 bro, please wait for second part
cant wait your next part
Thank for waiting, I'll post second part next week
glad to connect with you
Where's the cart API?