Live Demo: https://reactogram-by-trupti.onrender.com
- Reactogram app is an instagram clone application where users can register, login and create post with images.
- Other users can view, like, comment on different posts
- User can sign up.
- User can login with credentials.
- User can add new post.
- User will upload post image.
- User can Like any other user post.
- User can comment on any other user's post.
- User can delete their own post.
- User can see details of any post.
- User can see all comments on any post.
- User can see all thier posts.
- User can edit profile.
-
Go to the "frontend" folder, open the frontend folder in an integrated terminal and run command
npm install
to install all the dependencies. -
Now to run the fronted on your local system, run the command
npm start
. Your app will now be running on localhost:3000 -
Now go to the "backend" folder and open it in another integrated terminal, and run the command
npm install
again to install the backend dependencies. -
And run
node server.js
in the same terminal.