{"id":20229193,"url":"https://github.com/xoraus/cyberscribex","last_synced_at":"2026-04-12T03:31:25.226Z","repository":{"id":232042078,"uuid":"783322948","full_name":"xoraus/CyberScribeX","owner":"xoraus","description":"CyberScribeX integrates Posts and Comments management with robust Authentication, Authorization, and Category organization through RESTful APIs, fortified by JWT token-based security.","archived":false,"fork":false,"pushed_at":"2024-04-17T11:33:39.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T13:25:05.476Z","etag":null,"topics":["aws","jwt-authentication","mysql","rest-api","spring-boot","swagger-documentation"],"latest_commit_sha":null,"homepage":"","language":"Java","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/xoraus.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-04-07T15:16:34.000Z","updated_at":"2024-04-17T11:41:16.000Z","dependencies_parsed_at":"2024-11-14T07:35:03.628Z","dependency_job_id":"e84ffee5-a4c4-4ec4-a1fe-699789a968ab","html_url":"https://github.com/xoraus/CyberScribeX","commit_stats":null,"previous_names":["xoraus/cyberscribex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xoraus/CyberScribeX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoraus%2FCyberScribeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoraus%2FCyberScribeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoraus%2FCyberScribeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoraus%2FCyberScribeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoraus","download_url":"https://codeload.github.com/xoraus/CyberScribeX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoraus%2FCyberScribeX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aws","jwt-authentication","mysql","rest-api","spring-boot","swagger-documentation"],"created_at":"2024-11-14T07:34:48.566Z","updated_at":"2026-04-12T03:31:25.185Z","avatar_url":"https://github.com/xoraus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 CyberScribeX 🖋️\n\nWelcome to CyberScribeX! The ultimate Blogging Application API project, where creativity meets technology. 🌐✨\n\n## 📖 Introduction\n\nThis project is aimed at developing a robust blogging application with a focus on efficient Posts and Comments management, user Authentication and Authorization, and Category organization. The application is built with RESTful APIs to ensure seamless integration and scalability.\n\n## High-Level Requirements\n\n1. **Posts Management**: Create, Read, Update, and Delete Posts with Pagination and Sorting Support.\n2. **Comments Management**: Create, Read, Update, and Delete Comments for Blog Posts.\n3. **Authentication and Authorization**: Implement Registration, Login, and Security measures.\n4. **Category Management**: Create, Read, Update, and Delete Categories.\n\n## Swagger Docs\n\nThe project includes comprehensive Swagger documentation, providing detailed insights into the available REST APIs and their usage.\n\n![API Documentation](SwaggerDocs.png)\n\n## ✨ Features\n\n- **Post Management:**\n   - Create, retrieve, update, and delete blog posts 📝🔄\n   - Associate posts with categories and users 🤝\n   - View posts by user, category, or search by keywords 🔍\n   - Upload and serve post images 🌅\n   - Delete, update, and retrieve post details 📌\n- **Category Management:**\n  - Create, retrieve, update, and delete blog categories 🗂️\n- **Comment Management:**\n   - Add comments to blog posts 💬\n   - Retrieve, update, and delete comments 🗑️\n- **Authentication:**\n   - Authenticate users and generate JWT tokens 🛡️\n   - Register new users 📝\n\n## Exceptions Handling and Validations\n\n1. Handle exceptions and errors, returning proper error responses to the client.\n2. Validate REST API requests and send validation error responses to the client.\n\n## Securing REST APIs\n\n1. Secure REST APIs using Database Authentication.\n2. Implement LogIn/SignIn REST API.\n3. Implement Register/SignUp REST API.\n4. Use JWT (JSON Web Token) token-based Authentication to secure the REST APIs.\n5. Implement Role-based security with ADMIN and USER roles.\n\n\n## 💻 Usage\n\nTo harness the power of these APIs, make HTTP requests to the specified endpoints using the appropriate methods (GET, POST, PUT, DELETE). Don't forget your authentication tokens!\n\nCertainly! For a Spring Boot project in IntelliJ, the steps would be different. Here's the modified installation section:\n\n## 🛠️ Installation\n\n1. **Clone the repository:** \n   - Open IntelliJ IDEA and choose \"Checkout from Version Control\" \u003e \"Git\".\n   - Enter your Git repository URL and click \"Clone.\"\n\n2. **Import the project in IntelliJ IDEA:**\n   - Open IntelliJ IDEA.\n   - Choose \"File\" \u003e \"Open\" and select the cloned project directory.\n\n3. **Build the project:**\n   - IntelliJ IDEA will automatically detect the project's build file (e.g., `pom.xml` for Maven).\n   - Click \"Build\" \u003e \"Build Project\" to download dependencies and build the project.\n\n4. **Configure application properties:**\n   - If your application relies on external configurations or properties, configure them in the `application.properties` or `application.yml` file. For example, database connection details.\n\n5. **Run the application:**\n   - Find the main class that contains the `main` method (usually annotated with `@SpringBootApplication`).\n   - Right-click on the class and choose \"Run\" to start the Spring Boot application.\n\n6. **Verify the application:**\n   - Open a web browser and go to `http://localhost:8080` (or the port specified in your application). You should see the application running.\n\n7. **Explore APIs:**\n   - Use tools like Postman or Swagger UI to explore and test the available APIs.\n\n**Note:** Ensure you have a compatible JDK installed on your system, and IntelliJ IDEA is configured to use that JDK.\n\n## 🤝 Contributing\n\nWe welcome contributions from the community. If you find a bug or have an enhancement in mind, please open an issue or submit a pull request.\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE). Feel free to unleash your creativity!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoraus%2Fcyberscribex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoraus%2Fcyberscribex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoraus%2Fcyberscribex/lists"}