In this video I will show you how to deploy a Django 3 and Vue.js application to Digital Ocean and other similar server providers. I will start with the Django app in this part and in the next part I will show you show to deploy Vue.js.
For Django I will be using a webserver called Gunicorn. This is a fantastic web server. I will also use Nginx as a reversed proxy to make sure that the outside world can reach the API.
To make sure that Django is running at all time, I will be using something called supervisor.
I have created a local Ubuntu server on my computer which I will be using in this video. This would be the exact same as create a new VPS or droplet like Digital ocean call them.
Building a To Do App Using Vue.js And Django 3 As The Backend:
• Django and Vue Todo App Tutorial (Dja...