Prerequisites Ubuntu 24.04 server Instance type: t2.medium Disk: 25GB Security Group (SG) open inbound ports: 3000-10000, 80, 443, 22 Step 1: Install Docker First, update the package index and install Docker. sudo apt update -y sudo apt install...
If you've recently installed phpMyAdmin on your Ubuntu server and encountered the "Not Found The requested URL was not found on this server" error, don't worry. This is a common issue that can be resolved with a simple configuration change. Follow th...
Each full stack application uses a 3 tier architecture. It includes your client(frontend), server & database(backend). For easy explanation & understanding I will be using a full stack web development example but don't worry the fundamentals are same...