{"id":25932504,"url":"https://github.com/rahulrmcoder/word-weave-blogging-website","last_synced_at":"2026-04-08T11:31:20.038Z","repository":{"id":280481076,"uuid":"942141009","full_name":"RahulRmCoder/Word-Weave-Blogging-Website","owner":"RahulRmCoder","description":"Word Weave is a modern blogging platform designed to provide a seamless writing experience with powerful analytics tools for content creators. The platform features a clean, dark-themed interface, intuitive post creation, social engagement features, and a comprehensive dashboard to track content performance.","archived":false,"fork":false,"pushed_at":"2025-03-03T17:04:03.000Z","size":25082,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T17:39:34.656Z","etag":null,"topics":["analytics","css","expressjs","groq-api","html","javascript","nodejs","postgresql","rest-api","user-authentication"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/RahulRmCoder.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":"2025-03-03T16:32:18.000Z","updated_at":"2025-03-03T17:04:07.000Z","dependencies_parsed_at":"2025-03-03T17:49:37.030Z","dependency_job_id":null,"html_url":"https://github.com/RahulRmCoder/Word-Weave-Blogging-Website","commit_stats":null,"previous_names":["rahulrmcoder/word-weave-blogging-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulRmCoder%2FWord-Weave-Blogging-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulRmCoder%2FWord-Weave-Blogging-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulRmCoder%2FWord-Weave-Blogging-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulRmCoder%2FWord-Weave-Blogging-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RahulRmCoder","download_url":"https://codeload.github.com/RahulRmCoder/Word-Weave-Blogging-Website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763766,"owners_count":20016161,"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":["analytics","css","expressjs","groq-api","html","javascript","nodejs","postgresql","rest-api","user-authentication"],"created_at":"2025-03-04T00:37:55.067Z","updated_at":"2025-12-30T19:14:42.291Z","avatar_url":"https://github.com/RahulRmCoder.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Weave Blogging Website\n\nWord Weave is a modern blogging platform designed to provide a seamless writing experience with powerful analytics tools for content creators. The platform features a clean, dark-themed interface, intuitive post creation, social engagement features, and a comprehensive dashboard to track content performance.\n\n\u003cp\u003e\n  \u003cimg src=\"screenshots/logo1.png\" alt=\"Word Weave Logo\" width=\"100\" height=\"100\"\u003e\n\u003c/p\u003e\n\n\n## Features\n\n### Content Creation\n- Intuitive post editor with a clean, distraction-free interface\n- Category tagging for better content organization\n- Rich text formatting\n\n### Social Engagement\n- Like/unlike posts with visual indicators\n- Comment system with expandable comment threads\n- User engagement tracking\n\n### User Dashboard\n- Comprehensive analytics dashboard\n- Posting activity tracking\n- Category distribution visualization\n- Engagement metrics by day of week\n- Top performing posts analysis\n- Audience engagement metrics\n\n### Additional Features\n- Responsive design for mobile and desktop\n- User authentication (local and Google OAuth)\n- Interest-based content filtering\n- Real-time content updates\n- AI-powered blog writing assistant\n\n## Screenshots\n\n### Home Page\n![Home Page](screenshots/1.png)\n\n### Post Creation\n![Post Creation](screenshots/3.png)\n\n### Post with Comments\n![Post with Comments](screenshots/2.png)\n\n### User Profile Dashboard\n![Profile Dashboard](screenshots/4.png)\n\n### Analytics Charts\n![Analytics Charts](screenshots/5.png)\n\n## Tech Stack\n\n### Frontend\n- **EJS** - Templating engine for generating HTML\n- **CSS** - Custom styling with responsive design\n- **JavaScript** - Client-side interactivity\n- **Chart.js** - Data visualization library\n- **Moment.js** - Date handling\n- **DateRangePicker** - Date filtering component\n\n### Backend\n- **Node.js** - JavaScript runtime\n- **Express.js** - Web application framework\n- **PostgreSQL** - Relational database\n- **Passport.js** - Authentication middleware\n- **bcrypt.js** - Password hashing\n- **Express-session** - Session management\n\n### APIs and Services\n- **Groq API** - AI-powered chatbot assistant for blog writing\n- **Google OAuth** - Alternative authentication method\n\n## Database Schema\n\nThe application uses PostgreSQL with the following main tables:\n- **users** - User account information\n- **posts** - Blog post content and metadata\n- **comments** - User comments on posts\n- **post_likes** - Tracks which users liked which posts\n\n## Installation and Setup\n\n### Prerequisites\n- Node.js (v14 or higher)\n- PostgreSQL\n- Groq API key (for chatbot functionality)\n\n### Installation Steps\n\n1. Clone the repository\n```bash\ngit clone https://github.com/RahulRmCoder/Word-Weave-Blogging-Website.git\ncd Word-Weave-Blogging-Website\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Set up environment variables\nCreate a `.env` file in the root directory with the following variables:\n```\nDB_USER=your_db_user\nDB_HOST=your_db_host\nDB_DATABASE=your_db_name\nDB_PASSWORD=your_db_password\nDB_PORT=5432\nGROQ_API_KEY=your_groq_api_key\n```\n\n4. Set up the database\n```bash\npsql -U your_db_user -d your_db_name -f queries.sql\n```\n\n5. Start the server\n```bash\nnode server.js\n```\n\n6. Access the application at `http://localhost:3000`\n\n## Usage\n\n1. **Sign up or log in** to your account\n2. **Create a new post** by clicking the \"New Post\" button\n3. **Interact with posts** by liking or commenting\n4. **View your profile dashboard** to track content performance\n5. **Use the blog assistant** for writing help by clicking the chat icon\n\n## Future Enhancements\n\n- Content recommendation system based on user interests\n- Advanced text editor with more formatting options\n- Enhanced analytics with content reach metrics\n- Email notification system\n- Social media sharing integration\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contact\n\nRahulRmCoder - [GitHub Profile](https://github.com/RahulRmCoder)\n\nProject Link: [https://github.com/RahulRmCoder/Word-Weave-Blogging-Website](https://github.com/RahulRmCoder/Word-Weave-Blogging-Website)\n\n## Acknowledgements\n\n- [Express.js](https://expressjs.com/)\n- [Chart.js](https://www.chartjs.org/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Groq](https://groq.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulrmcoder%2Fword-weave-blogging-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulrmcoder%2Fword-weave-blogging-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulrmcoder%2Fword-weave-blogging-website/lists"}