Deploying React NodeJS app on VPS with Ubuntu 20.04
What you'll learn
- Deploy a secure Virtual Private Server on a provider like Azure
- Connect to the VPS using SSH (secure shell)
- Deploy react app on a VPS
- Deploy NodeJS app on a VPS
- Some good practices while deploying
Requirements
- Student should have done projects in React if they want to learn how to deploy the React app on a VPS
- Student should have done projects in NodeJS if they want to learn how to deploy the Node app on a VPS
Description
Many developers have been turning to Virtual Private Servers to host their projects, and with good reason: unlike in a shared hosting environment, you are not running the risk of someone else's badly written code resulting in poor performance or (worse yet) your site being compromised because of someone else's insecure programming.
With a Virtual Private Server, you have complete control over the software that is available to you, and you can fine tune the server to meet your exact needs. But setting up a VPS takes a bit of work, and requires a bit of learning.
This course will take you through the basics of setting up a VPS on Linode, DigitalOcean, Azure or any other provider that offers VPS Linux hosting. We'll set up an Ubuntu 20.04 server with the most commonly needed software.
Don't worry if you are a student and can't afford to buy a VPS. You can opt in for Azure students program where you can get free 100 dollar credit for every year till you are a student. So why wait? Enroll for the course right away and make the next few hours of your time worth it by learning something new and excititng !
Who this course is for:
Developers who are new to hosting and want to host their own web applications
People who are interested in acquiring some "DevOps" skills
Who this course is for:
- Beginners in web development who know React and/or NodeJS
Instructor
My name is Deep Sekhar Ghosh. I am a web developer and I am into this field since more than a year. Currently I am an undergraduate at IIT Kharagpur. Through this platform I want to share the knowledge with others that I have gained through internships and from seniors regarding tips, best practices etc by making tutorials and videos on those.