https://github.com/joshwrn/instagram-fullstack-clone
https://github.com/joshwrn/instagram-fullstack-clone
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshwrn/instagram-fullstack-clone
- Owner: joshwrn
- Created: 2021-11-04T22:46:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T22:55:57.000Z (about 3 years ago)
- Last Synced: 2025-01-21T06:10:10.846Z (5 months ago)
- Language: JavaScript
- Size: 3.32 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fullstack clone and rededign of instagram using React for the frontend, GraphQL for the backend, MongoDB for the database, and AWS S3 to store images.
Orginally I used Googles's Firestore for all backend related things, but I wanted to practice using GraphQL.
[Original Project](https://github.com/joshwrn/instagram-clone)## Post Page

---
## Realtime Messaging

---
# Features
## Messaging
- Realtime messaging.
## User Profiles
- Edit profile.
- Follow / Unfollow people.
- add / delete posts.## Posts
- Like posts.
- Comment on posts.
- Share posts.## Notifications
- get notifications from other users.
- likes / comments / follows.## Search
- search for other users.
- updates as you type.## Themes
- light / dark mode.
## Mobile
- built for mobile as well.