Project link: https://github.com/philipfabianek/dja...
In this video, we deploy a Django-React application on a Linux VPS server from scratch. We start by configuring a PostgreSQL database and downloading the project. We create a virtual environment and continue by installing and using uWSGI. We also use NGINX as a reverse proxy server that forwards the traffic to uWSGI. Finally, we also enable HTTPS.
This video shows that if you know what you are doing, deploying an application from scratch is quite easy. It gives you a lot of flexibility to customize and scale the application as needed along with a very good price-performance ratio. Compare this approach to countless modern services which can be convenient to use but often come with limitations and can become quite costly as your application grows.
Timestamps:
0:00 Introduction
1:04 Buying the server
2:02 Basic setup
2:52 Creating database
3:15 Setting up project
5:25 Configuring uWSGI
7:18 Configuring NGINX
8:29 Enabling HTTPS
9:40 Conclusion
Contact:
►Website: http://philipfabianek.com
►Twitter: / philip_fabianek
►LinkedIn: / philip-fabianek
►GitHub: https://github.com/philipfabianek
#reactjs #django #deployment #nginx #uwsgi