https://github.com/trupti0406/reactogram
Reactogram app is an instagram clone application where users can register, login and create post with images.
https://github.com/trupti0406/reactogram
instagram-clone mern-project mern-stack mern-stack-development
Last synced: 5 months ago
JSON representation
Reactogram app is an instagram clone application where users can register, login and create post with images.
- Host: GitHub
- URL: https://github.com/trupti0406/reactogram
- Owner: Trupti0406
- Created: 2023-02-18T18:29:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T20:30:55.000Z (over 2 years ago)
- Last Synced: 2025-03-31T22:41:23.645Z (6 months ago)
- Topics: instagram-clone, mern-project, mern-stack, mern-stack-development
- Language: JavaScript
- Homepage: https://reactogram-by-trupti.onrender.com
- Size: 6.59 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactogram (Instagram clone using MERN stack)
### Live Demo: https://reactogram-by-trupti.onrender.com
## Features of Reactogram
- 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.### How to run this project on your local system?
1. Go to the **"frontend"** folder, open the frontend folder in an integrated terminal and run command **`npm install`** to install all the dependencies.
2. Now to run the fronted on your local system, run the command **`npm start`**. Your app will now be running on localhost:30003. 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.
4. And run **`node server.js`** in the same terminal.