{"id":26778430,"url":"https://github.com/sheikhmohdnazmulhasan/engineers-iq","last_synced_at":"2025-03-29T05:37:15.769Z","repository":{"id":258273456,"uuid":"864760585","full_name":"sheikhmohdnazmulhasan/engineers-IQ","owner":"sheikhmohdnazmulhasan","description":"Specifically for programmers! Whether you're tackling coding challenges, exploring new development tools and frameworks, or seeking practical tips on software engineering, you’ll find it all here.","archived":false,"fork":false,"pushed_at":"2024-11-12T03:41:24.000Z","size":514,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T04:26:35.782Z","etag":null,"topics":["bloging-site","fullstack-development","mongodb","nextauth","nextjs","nextui","social-media"],"latest_commit_sha":null,"homepage":"https://engineers-iq.vercel.app/","language":"TypeScript","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/sheikhmohdnazmulhasan.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-09-29T04:58:35.000Z","updated_at":"2024-11-12T03:41:28.000Z","dependencies_parsed_at":"2024-10-18T08:26:39.537Z","dependency_job_id":"fa10c49f-aae3-4db5-aa2b-9e8ba44462e4","html_url":"https://github.com/sheikhmohdnazmulhasan/engineers-IQ","commit_stats":null,"previous_names":["sheikhmohdnazmulhasan/engineers-iq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhmohdnazmulhasan%2Fengineers-IQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhmohdnazmulhasan%2Fengineers-IQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhmohdnazmulhasan%2Fengineers-IQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhmohdnazmulhasan%2Fengineers-IQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheikhmohdnazmulhasan","download_url":"https://codeload.github.com/sheikhmohdnazmulhasan/engineers-IQ/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145010,"owners_count":20730494,"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":["bloging-site","fullstack-development","mongodb","nextauth","nextjs","nextui","social-media"],"created_at":"2025-03-29T05:37:15.141Z","updated_at":"2025-03-29T05:37:15.759Z","avatar_url":"https://github.com/sheikhmohdnazmulhasan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EngineersIQ\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n- [Project Structure](#project-structure)\n- [API Endpoints](#api-endpoints)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nEngineerIQ Hub is a dynamic full-stack web application designed to help tech enthusiasts navigate and master the ever-evolving world of technology. Users can access expert advice, personal experiences, and user-generated content covering everything from troubleshooting common tech issues to learning about new software, apps, gadgets, and digital tools.\n\n## Features\n\n- **User Authentication**: Secure registration and login with JWT-based authentication.\n- **User Profiles**: Personalized profiles with the ability to update information and profile pictures.\n- **Rich Content Creation**: Create and edit tech tips and tutorials using a powerful rich text editor.\n- **Post Categories**: Easily categorize posts for better organization and discoverability.\n  \u003c!-- - **Exclusive Content**: Access exclusive content with a subscription model. --\u003e\n  \u003c!-- - **Upvote \u0026 Downvote System**: Rate posts and comments based on quality and relevance. --\u003e\n- **Commenting System**: Engage in discussions through comments on posts.\n\u003c!-- - **Payment Integration**: Seamless integration with Aamarpay/Stripe for premium subscriptions. --\u003e\n- **PDF Generation**: Generate PDFs of tech guides for offline reference.\n- **News Feed**: Dynamic feed with infinite scroll and sorting options.\n- **Search \u0026 Filter**: Advanced search functionality with debouncing for optimal performance.\n- **Following System**: Follow other tech enthusiasts to stay updated with their content.\n- **Micro Animations**: Smooth transitions and effects for an engaging user experience.\n- **Responsive Design**: Mobile-friendly interface adapting to various screen sizes.\n\n## Technologies Used\n\n- Frontend: Next.js\n- Backend: Next.js API Route\n- Database: MongoDB\n- Authentication: JWT (JSON Web Tokens)\n\u003c!-- - Payment Gateway: Aamarpay / Stripe --\u003e\n- Rich Text Editor: TinyMCE\n- Styling: Tailwind CSS\n- State Management: Redux / Context API\n- API: RESTful API\n\n## Getting Started\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/sheikhmohdnazmulhasan/engineers-IQ.git\n   ```\n\n2. Install dependencies:\n\n   ```\n   cd engineers-IQ\n   npm install\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the root directory and add the necessary environment variables (database connection string, JWT secret, payment gateway credentials, etc.).\n\n4. Start the development server:\n\n   ```\n   npm run dev\n   ```\n\n5. Open your browser and navigate to `http://localhost:3000` to see the application running.\n\n## Project Structure\n\n```\ntech-tips-and-tricks-hub/\n├── client/                 # Frontend React application\n│   ├── components/         # Reusable React components\n│   ├── pages/              # Next.js pages\n│   ├── styles/             # CSS and styling files\n│   └── utils/              # Utility functions and helpers\n├── server/                 # Backend Node.js application\n│   ├── controllers/        # Request handlers\n│   ├── models/             # Database models\n│   ├── routes/             # API routes\n│   └── middleware/         # Custom middleware functions\n├── public/                 # Static files\n├── config/                 # Configuration files\n├── tests/                  # Test files\n└── README.md               # Project documentation\n```\n\n## API Endpoints\n\n- `/api/auth`: Authentication routes (register, login, logout)\n- `/api/users`: User-related routes (profile management, following)\n- `/api/posts`: Post-related routes (CRUD operations, upvoting)\n- `/api/comments`: Comment-related routes\n- `/api/categories`: Category management routes\n- `/api/search`: Search functionality routes\n\u003c!-- - `/api/payments`: Payment and subscription routes --\u003e\n\n\u003c!-- ## Contributing\n\nWe welcome contributions to the Tech Tips \u0026 Tricks Hub project. Please read our contributing guidelines before submitting pull requests.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details. --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheikhmohdnazmulhasan%2Fengineers-iq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheikhmohdnazmulhasan%2Fengineers-iq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheikhmohdnazmulhasan%2Fengineers-iq/lists"}