https://github.com/amangarg0303/mern-insta-clone
Instagram clone - features: authentication, create posts and store it in files, folow/unfollow users, search users. See random posts, like/dislike them.
https://github.com/amangarg0303/mern-insta-clone
authentication cookies debouncing expressjs insta-clone mern-stack mongodb multer-storage nodejs reactjs redux
Last synced: 2 months ago
JSON representation
Instagram clone - features: authentication, create posts and store it in files, folow/unfollow users, search users. See random posts, like/dislike them.
- Host: GitHub
- URL: https://github.com/amangarg0303/mern-insta-clone
- Owner: AmanGarg0303
- Created: 2024-02-04T15:57:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T09:05:41.000Z (about 2 years ago)
- Last Synced: 2025-06-14T17:45:50.491Z (about 1 year ago)
- Topics: authentication, cookies, debouncing, expressjs, insta-clone, mern-stack, mongodb, multer-storage, nodejs, reactjs, redux
- Language: JavaScript
- Homepage: https://res.cloudinary.com/dzh0wkv97/video/upload/v1682101982/resume/SnapShot_ytaa4j.mp4
- Size: 9.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open client and server and do `npm i` to install node_modules
Create a .env file in server folder which includes:
> PORT = 5500
> MONGO_URI =
> SEC_KEY = any_random_secret
Do `npm start` in client and server folder
See the build [here](https://res.cloudinary.com/dzh0wkv97/video/upload/v1682101982/resume/SnapShot_ytaa4j.mp4)