{"id":15064710,"url":"https://github.com/rickinshah/bugbee","last_synced_at":"2026-02-21T22:02:59.560Z","repository":{"id":252735332,"uuid":"838131437","full_name":"RickinShah/BugBee","owner":"RickinShah","description":"University specific Social Media and Forum","archived":false,"fork":false,"pushed_at":"2024-10-20T12:03:14.000Z","size":19306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T21:16:37.422Z","etag":null,"topics":["docker","docker-compose","fastapi","huggingface-transformers","javascript","jdk-21","maven","nginx","npm","postgresql","python3","react","spring-boot","spring-mail","spring-webflux","tailwind","vite"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RickinShah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-05T02:28:06.000Z","updated_at":"2024-10-20T12:03:17.000Z","dependencies_parsed_at":"2024-10-13T00:21:33.043Z","dependency_job_id":"73b1afc4-1ebf-4e95-9de7-3ed86370c140","html_url":"https://github.com/RickinShah/BugBee","commit_stats":null,"previous_names":["rickinshah/bugbee"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RickinShah/BugBee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickinShah%2FBugBee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickinShah%2FBugBee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickinShah%2FBugBee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickinShah%2FBugBee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RickinShah","download_url":"https://codeload.github.com/RickinShah/BugBee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickinShah%2FBugBee/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263208051,"owners_count":23430676,"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":["docker","docker-compose","fastapi","huggingface-transformers","javascript","jdk-21","maven","nginx","npm","postgresql","python3","react","spring-boot","spring-mail","spring-webflux","tailwind","vite"],"created_at":"2024-09-25T00:25:36.230Z","updated_at":"2025-10-25T12:10:27.439Z","avatar_url":"https://github.com/RickinShah.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BugBee: Social Media and Forum for Indus University\nBugBee is a social media and forum platform exclusively for Indus University students, providing a space for discussion, collaboration, and community building.\n\n## Under Development\nThis Project is currently in progress.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/RickinShah/BugBee/blob/main/LICENSE) file for details.\n\n## Features\n- Restricted access to Indus University students only, verified through university email domain ([indusuni.ac.in](https://indusuni.ac.in/))\n- Secure login system using JWT Token for authentication and authorization\n- Social media features for connecting with fellow students\n- AI-powered content moderation for a safe and respectful community\n- All media files are securely encrypted before being stored. Ensuring sensitive content remains confidential and protected from unautorized access\n\n## Tech Stack\n\n### Backend\n- Language: Java 21, Python 3.7+\n- Framework: Spring Webflux, FastAPI\n- Database: PostgreSQL\n- Build Tool: Maven\n- Security: Spring Security\n- Web Server: Netty, Uvicorn\n\n### Frontend\n- Build Tool: Vite, Npm\n- UI Library: React\n- CSS Framework: Tailwind\n\n### Infrastructure\n- Load Balancer/Reverse Proxy: Nginx\n- Containerization: Docker\n\n### AI/ML\n- Deep Learning Framework/ML Library: Hugging Face Transformers\n\n## Getting Started\n### Prerequisites\n\nHere's what you need to be able to run BugBee:\n\n- Docker ([Installation Guide](https://docs.docker.com/get-started/get-docker/))\n- Docker Compose ([Installation Guide](https://docs.docker.com/compose/install/))\n\n\u003e **Note**: You do **not** need to install Java, Python, npm, or any other dependencies manually. Docker will automatically handle everything via pre-configured containers.\n\n### 1. Clone the repository\n```shell\ngit clone https://github.com/RickinShah/BugBee.git\ncd BugBee\n```\n\n### 2. Rename the .env.example file\nDocker requires .env file for environment variables\n```shell\ncp .env.example .env\n```\n\n### 3. Build the project\n```shell\ndocker-compose build\n```\n\n\u003e [!TIP]\n\u003e You can speed up development by using the `docker-compose up --build` command. This automatically rebuilds the application when changes are made.\n\n### 4. Run the project\n```shell\ndocker-compose up\n```\n\n\u003e [!WARNING]\n\u003e Ensure that you have sufficient disk space and system resources available. Docker images and containers can consume a significant amount of storage and memory.\n\nAccess the application at http://localhost:80/\n\n## Configuration\n### Directory Structure for Posts\nThe following directory structure is used to organize the media files uploaded by users. You can customize the location of this storage by changing the `$STORAGE` environment variable in your `.env` file\n\n```shell\n|- / (root) - Path described in '$STORAGE'\n  |- posts/\n    |- images/      # Supported formats: .jpg, .jpeg, .png\n    |- videos/      # Supported formats: .mp4, .webm\n    |- audios/      # Supported formats: .mp3, .wav, .ogg\n    |- documents/   # Supported formats: .pdf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickinshah%2Fbugbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickinshah%2Fbugbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickinshah%2Fbugbee/lists"}