From 09e16289614e40689c507000c4da34cb0260d31d Mon Sep 17 00:00:00 2001 From: Suman Mondal <94859440+sumanarlert@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:12:03 +0530 Subject: [PATCH] Update Instagram-Clone-App.md Replaced the MERN and MEAN stack non-existing links with the GeeksforGeeks introduction to MERN and MEAN stack links. --- Projects/3-Advanced/Instagram-Clone-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/3-Advanced/Instagram-Clone-App.md b/Projects/3-Advanced/Instagram-Clone-App.md index 7b5db84e..b265902c 100644 --- a/Projects/3-Advanced/Instagram-Clone-App.md +++ b/Projects/3-Advanced/Instagram-Clone-App.md @@ -26,8 +26,8 @@ You should create a MVP (Minimum Viable Product) using a Full stack approach suc - [How to make an Instagram clone](https://www.youtube.com/watch?v=9dRSNQe7PWw) - [Node & Mongo Basic CRUD Operations](https://codeburst.io/writing-a-crud-app-with-node-js-and-mongodb-e0827cbbdafb) - [Socket.io](https://socket.io) -- [MERN Stack](http://mern.io/) -- [MEAN Stack](http://mean.io/) +- [MERN Stack](https://www.geeksforgeeks.org/mern-stack/) +- [MEAN Stack](https://www.geeksforgeeks.org/introduction-to-mean-stack/) - [User Authentication with Node](https://medium.com/silibrain/using-passport-bcrypt-for-full-stack-app-user-authentication-fe30a013604e) - [Express File Uploads with Multer](https://scotch.io/tutorials/express-file-uploads-with-multer)