https://github.com/naveen-v-v/instawebsite
A full stack "InstaWebsite" that includes all features of instagram MongoDB, Expressjs, Reactjs, Nodejs (MERN)
https://github.com/naveen-v-v/instawebsite
api cookie-parser expressjs instagram-web mongodb nodejs reactjs redux render-deployment
Last synced: 3 months ago
JSON representation
A full stack "InstaWebsite" that includes all features of instagram MongoDB, Expressjs, Reactjs, Nodejs (MERN)
- Host: GitHub
- URL: https://github.com/naveen-v-v/instawebsite
- Owner: naveen-v-v
- Created: 2024-09-16T18:14:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T16:30:59.000Z (over 1 year ago)
- Last Synced: 2026-01-03T12:27:59.536Z (6 months ago)
- Topics: api, cookie-parser, expressjs, instagram-web, mongodb, nodejs, reactjs, redux, render-deployment
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Full Stack Insta-web application
A full stack "InstaWeb" application that includes all features of instagram. Built using MongoDB, Expressjs, Reactjs, Nodejs (MERN).
### Modules utilized in backend:
- socket.io (Real-time notifications)
- cookie-parser (http-only cookies)
- json web token - JWT (User authrntication)
- bcrypt (Encrypting private data)
- datauri
- cloudinary (Storing files like user posts and profile pictures)
- expressjs (Framework)
- mongoose (MongoDB database operations)
### Modules utilized in frontend:
- reactjs
- socket.io-client (client side socket operations)
- tailwindcss
### env file format:
- MONGODB_URI
- JWT_SECRET_KEY
- CLOUDINARY_CLOUD_NAME
- CLOUDINARY_API_KEY
- CLOUDINARY_API_SECRET