Developed a full-stack web application inspired by Instagram
-User Profile:Allowed users to create their profiles. Users can upload avatars, upload their bios. -Post likes & comments: Implemented a feature for users to like posts, display the number of likes for each post. -Authentication: Implemented JWT suthentication for sucure user login and route protection.
-
Installation: cd ins-clone/frontend npm install cd ins-clone/backend npm install
-
Running the application for frontend: npm run dev
-
Running the application for backend: npm run server