@AnuragK24
SE | Full-stack Developer | Devops | Blogger | MERN stack | Express | React | Redux | MongoDB | Node | JS | Java | Docker | K8s |AWS
Hi, I’m Anurag Kumar, a Software Engineer who loves exploring the latest technologies and sharing insights to help others grow. With a focus on web development and DevOps, I enjoy writing about practical tips, emerging trends, and tools that make developers' lives easier. My goal is to keep my blogs simple, engaging, and useful for everyone—whether you're just starting out or looking to level up your skills. Follow me for friendly and accessible content that bridges the gap between learning and doing!
Connect me on twitter : https://x.com/AnuragS41695054
Freelance Web Development Projects Technical Blogging Workshops & Training Collaborations
If you want to deploy an application with Express, Node.js, & MongoDB for the backend. HTML, CSS/Sass, and JS are used in the front-end. Then Deploy firstly the backend on the Render as explained in this blog and get the deployed URL of the back-end. Then add that URL at every hit point of the backend in the frontend application. Like below :- //before const res = await axios.get("/api/posts/" + path); //After adding const res = await axios.get("https://blogap-fsd-wr32.com/api/posts/" + path); And then deploy the frontend part as explained in my blog : https://anuragk24.hashnode.dev/how-to-deploy-static-websites-to-github-complete-guide 🚀And your application will deploy successfully. Thank you😊.