Skip to content

This is a MERN (MongoDB, Express.js, React.js, Node.js) social app that allows users to connect and share content with each other. It provides features such as public key authentication, AWS S3 integration for image storage, and utilizes MongoDB with connect-mongo-session for session management.

Notifications You must be signed in to change notification settings

Roy9821/hologram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a MERN (MongoDB, Express.js, React.js, Node.js) social app that allows users to connect and share content with each other. It provides features such as public key authentication, AWS S3 integration for image storage, and utilizes MongoDB with connect-mongo-session for session management.

Features

  • Public Key Authentication: The app uses public key authentication for secure user authentication.
  • AWS S3 Integration: User images are stored in AWS S3, providing scalable and reliable image storage.
  • MongoDB with connect-mongo-session: MongoDB is used as the database, and connect-mongo-session is used for session management.

Installation

To run this app on your local machine, follow these steps:

  1. Clone the repository: clone this repo by git clone https://github.com/deepaksuthar40128/reactHost.git

  2. Navigate to the project directory: Navigate to client folder and for ease copy it out for the folder you clone

  3. Install the dependencies for the server and client: RUn npm i for both client and server

  4. Set up environment variables:

  • Create a .env file in the server directory.
  • Add the necessary environment variables, such as database connection details, AWS S3 credentials, email.
  1. Start the server: start server and client by npm start

  2. Open your browser and visit http://localhost:3000 to see the app in action.

Contributing

Contributions are welcome! If you have any ideas or improvements, please submit a pull request. For major changes, please open an issue first to discuss the changes.

You can contact me for any tips/query anytime Sujit Kumar Sangramsinghhttps://www.linkedin.com/in/roy98210/)

About

This is a MERN (MongoDB, Express.js, React.js, Node.js) social app that allows users to connect and share content with each other. It provides features such as public key authentication, AWS S3 integration for image storage, and utilizes MongoDB with connect-mongo-session for session management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published