Sandermoen / instaclone

An instagram clone created with the MERN stack
Apache License 2.0
682 stars 144 forks source link

hey plz ans these importent question!!!! it will help me a lot if u will ans this #14

Closed michele-smith closed 3 years ago

michele-smith commented 3 years ago
  1. why u use 2 node modules in the root folder and in the client folder? can I use only one node module ??? without installing 2 times npm? :( and how can i?
  2. as u used Cloudinary for image stuff can we use MySQL for images, posts, likes, comments all of stuffs?
  3. did u use react for the front end??
Sandermoen commented 3 years ago
  1. The client and the server have two different node modules folders because they are separate, the client does not need the server's dependencies and vice versa. Additionally create-react-app creates it's own node modules folder when you set up a project.
  2. Cloudinary is used to host the images. MongoDB is used as the database for the project. You could always swap it out with a MySQL database, although this would take time as you would have to replace all the logic surrounding the database seeing as document based databases (MongoDB) are vastly different from relational ones (MySQL).
  3. Yes, React is used for the front end.

Thanks for checking out the project!

michele-smith commented 3 years ago

I request you as a brother can u plz add story feature of insta clone this week? plzz so plz update Github code so we can see how the story feature works plzzz

On Thu, 29 Apr 2021 at 18:18, Sander Moen @.***> wrote:

Closed #14 https://github.com/Sandermoen/instaclone/issues/14.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sandermoen/instaclone/issues/14#event-4664444733, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT354WCP44CQXWGQJOAQNX3TLGPIHANCNFSM43XETHWQ .