{"id":15129811,"url":"https://github.com/ouerghi01/socialmedia","last_synced_at":"2026-01-06T06:08:20.619Z","repository":{"id":249994781,"uuid":"833177439","full_name":"ouerghi01/Socialmedia","owner":"ouerghi01","description":"SocialMediaApp is an open-source social media platform built with Spring Boot, Cassandra, React, and AI technologies. It offers real-time updates, scalable data handling, and personalized content recommendations.","archived":false,"fork":false,"pushed_at":"2024-08-02T20:20:53.000Z","size":284,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T09:40:05.043Z","etag":null,"topics":["cassandra","docker-compose","docker-container","kafka","machine-learning-algorithms","networking","open-source","react","social-media","social-network","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ouerghi01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T14:01:27.000Z","updated_at":"2024-08-02T21:39:14.000Z","dependencies_parsed_at":"2024-07-24T16:17:01.578Z","dependency_job_id":"e76da102-13fd-4391-b281-1da638fa3e2c","html_url":"https://github.com/ouerghi01/Socialmedia","commit_stats":null,"previous_names":["ouerghi01/socialmedia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouerghi01%2FSocialmedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouerghi01%2FSocialmedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouerghi01%2FSocialmedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouerghi01%2FSocialmedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ouerghi01","download_url":"https://codeload.github.com/ouerghi01/Socialmedia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245531162,"owners_count":20630689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cassandra","docker-compose","docker-container","kafka","machine-learning-algorithms","networking","open-source","react","social-media","social-network","spring-boot"],"created_at":"2024-09-26T02:20:58.419Z","updated_at":"2026-01-06T06:08:20.555Z","avatar_url":"https://github.com/ouerghi01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocialMediaApp\n\n## Overview\n\n**SocialMediaApp** is an open-source social media platform that leverages the power of **Spring Boot**, **Cassandra**, **React**, and advanced **AI technologies**. The app is designed to provide a seamless, scalable, and user-friendly experience. Whether you're looking to connect with friends, share updates, or explore trending content, SocialMediaApp is your go-to platform.\n\n## Key Features\n\n- **Real-time Updates**: Stay connected with real-time notifications and updates.\n- **Scalability**: Built using Cassandra, ensuring data scalability and high availability.\n- **Interactive UI**: Modern and responsive interface powered by React.\n- **AI-powered Recommendations**: Personalized content recommendations using advanced AI algorithms.\n- **Secure Authentication**: Robust authentication and authorization mechanisms.\n\n## Technologies Used\n\n- **Backend**: Spring Boot\n- **Database**: Cassandra\n- **Frontend**: React\n- **AI/ML**: Integrated AI for personalized content and recommendations\n\n## Installation\n\n### Prerequisites\n\n- Java 11 or higher\n- Node.js\n- Apache Cassandra\n- Docker (optional, for containerization)\n\n### Steps\n\n1. **Clone the repository**:\n\n    ```bash\n    git clone https://github.com/your-username/socialmediaapp.git\n    cd socialmediaapp\n    ```\n\n2. **Backend Setup**:\n    - Navigate to the `backend` directory:\n\n        ```bash\n        cd backend\n        ```\n\n    - Install dependencies and run the Spring Boot application:\n\n        ```bash\n        ./mvnw install\n        ./mvnw spring-boot:run\n        ```\n\n3. **Database Setup**:\n    - Ensure Cassandra is running:\n\n        ```bash\n        cassandra -f\n        ```\n\n    - Create the necessary keyspaces and tables using the provided CQL scripts in the `scripts` directory.\n\n4. **Frontend Setup**:\n    - Navigate to the `frontend` directory:\n\n        ```bash\n        cd ../frontend\n        ```\n\n    - Install dependencies and start the React application:\n\n        ```bash\n        npm install\n        npm start\n        ```\n\n## Usage\n\n- Open your browser and navigate to `http://localhost:3000`.\n- Register a new account or log in using existing credentials.\n- Explore the features, connect with friends, and enjoy personalized content.\n\n## Contributing\n\nWe welcome contributions from the community! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix:\n\n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n\n3. Commit your changes:\n\n    ```bash\n    git commit -m \"Add your commit message\"\n    ```\n\n4. Push to the branch:\n\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n\n5. Open a pull request and describe your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to all the contributors who have helped in the development of this project.\n- Special mention to the developers and maintainers of Spring Boot, Cassandra, React, and various AI libraries.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouerghi01%2Fsocialmedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouerghi01%2Fsocialmedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouerghi01%2Fsocialmedia/lists"}