An open API service indexing awesome lists of open source software.

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)

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