Skip to content

A Clone of typical Social Media Application. Please Create an Account to access all features ;)

License

Notifications You must be signed in to change notification settings

mike-rambil/Sociopedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sociopedia

Sociopedia is a full-stack social media application... Click to view more

The application allows users to connect with others, share posts, upload images, like and comment on posts, add friends, and view friends' profiles..


The project utilizes `Redux Toolkit` for state management and incorporates full-stack authentication and authorization.

DESKTOP View (Dark Mode / Light Mode)

mike-rambil
mike-rambil

MOBILE View (Dark Mode / Light Mode)

mike-rambil
mike-rambil
  • Stack Used: ⚙️

    • node.js
    • react.js
    • redux
    • mongoDB
    • express.js
  • Features: 🧰

    • Friends Management
    • Like and Comment Functionality
    • Image Upload
    • Post Creation
    • Profile Management
    • User Authorization
    • User Authentication
  • View More Details ...

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Features

  • User Authentication: Users can create an account, log in, and log out securely. This ensures that user data and interactions are protected.

  • User Authorization: Proper authorization mechanisms are implemented to ensure that users can only access and modify their own data. This prevents unauthorized access and protects user privacy.

  • Profile Management: Users can update their profile information, including their name, profile picture, and location. This allows users to personalize their profiles and share relevant information with others.

  • Post Creation: Users can create and publish posts, including text descriptions and optional image attachments. This allows users to share their thoughts, experiences, and media content with others.

  • Image Upload: Users can upload images to accompany their posts. The application handles image uploads securely and efficiently, allowing users to enrich their posts with visuals.

  • Like and Comment Functionality: Users can like and comment on posts to engage in conversations and show appreciation for shared content. This fosters social interaction and community engagement within the application.

  • Friends Management: Users can add friends within the application, view their friends' profiles, and interact with their friends' posts. This enhances the social aspect of the application and facilitates connections between users.

Technology Stack

The Sociopedia project utilizes the following technologies and frameworks:

  • Front-end: The front-end is built using React, a popular JavaScript library for building user interfaces. Redux Toolkit is employed for efficient state management, enabling predictable and scalable application behavior.

  • Back-end: The back-end is developed using a server-side technology stack such as Node.js, Express.js, and a database system like MongoDB. These technologies handle user authentication, authorization, and data storage.

  • Authentication and Authorization: Full-stack authentication and authorization mechanisms are implemented using industry-standard techniques, such as JSON Web Tokens (JWT) and secure password hashing. This ensures secure access to user accounts and protected data.

  • Image Upload: The application utilizes appropriate libraries or services to handle image upload functionality. This may involve storing images in a cloud storage service like AWS S3 or utilizing dedicated image hosting platforms.

  • Database: The project employs a database system, such as MongoDB, to store user profiles, posts, comments, likes, and other relevant data. The database facilitates efficient retrieval and storage of information, ensuring a seamless user experience.

Getting Started

To set up and run the Sociopedia application locally, follow these steps:

  1. Clone the project repository from GitHub.
  2. Install the necessary dependencies using a package manager like npm or Yarn.
  3. Set up the back-end server, including the necessary configurations for authentication, database connection, and image upload functionality.
  4. Start the back-end server.
  5. Set up the front-end environment, ensuring the proper configuration of the Redux Toolkit, API endpoints, and environment variables.
  6. Start the front-end development server.
  7. Access the Sociopedia application through the provided URL or localhost port, and register/login to begin using the application.

Please refer to the project's documentation or README files for detailed instructions on setting up the application and running it locally.

Contributing

Contributions to the Sociopedia project are welcome! If you find any issues, have feature suggestions, or would like to contribute code improvements, please refer to the project's GitHub repository for guidelines on how to contribute.

License

The Sociopedia project is released under the MIT License.

About

A Clone of typical Social Media Application. Please Create an Account to access all features ;)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published