{"id":21765624,"url":"https://github.com/harshpreet931/markd","last_synced_at":"2026-02-22T07:35:19.525Z","repository":{"id":264471299,"uuid":"893469101","full_name":"harshpreet931/Markd","owner":"harshpreet931","description":"Markd is a modern content-sharing platform that enables users to create, share, and discover articles on various topics. Built with the MERN stack (MongoDB, Express.js, React, Node.js), it offers a seamless user experience with features like real-time updates, user authentication, article management, and social interactions such as upvoting.","archived":false,"fork":false,"pushed_at":"2025-01-12T11:28:59.000Z","size":1503,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T02:43:58.550Z","etag":null,"topics":["bcrypt","css","express","jwt","mern","mongodb","nodejs","react","tailwind","vite"],"latest_commit_sha":null,"homepage":"http://ec2-13-48-192-142.eu-north-1.compute.amazonaws.com:8080/","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/harshpreet931.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-24T14:30:07.000Z","updated_at":"2025-01-12T11:29:02.000Z","dependencies_parsed_at":"2024-12-10T11:20:44.142Z","dependency_job_id":"bcbcdbb4-a5fa-4d48-8a3f-51de2e4d713a","html_url":"https://github.com/harshpreet931/Markd","commit_stats":null,"previous_names":["harshpreet931/markd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshpreet931/Markd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FMarkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FMarkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FMarkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FMarkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshpreet931","download_url":"https://codeload.github.com/harshpreet931/Markd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FMarkd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bcrypt","css","express","jwt","mern","mongodb","nodejs","react","tailwind","vite"],"created_at":"2024-11-26T13:13:10.266Z","updated_at":"2026-02-22T07:35:19.510Z","avatar_url":"https://github.com/harshpreet931.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markd\n\n\u003cdiv align=\"center\"\u003e\n\n![Banner Image](./frontend/public/MarkdBannerImg.png)\n\n_A modern platform for knowledge sharing and discovery._\n\n[Demo](http://ec2-13-61-7-254.eu-north-1.compute.amazonaws.com:8080/) · [Report Bug](https://github.com/harshpreet931/markd/issues) · [Request Feature](https://github.com/harshpreet931/markd/issues)\n\n\u003c/div\u003e\n\n## Overview\n\nMarkd is a content platform that enables users to share their expertise through beautifully crafted articles. Built with modern web technologies, it offers a seamless writing and reading experience with features like real-time article updates, user authentication, and social interactions.\n\n## Key Features\n\n- **Secure Authentication System**\n    - JWT-based authentication\n    - Protected routes\n    - Secure password hashing\n    - Session management\n\n- **Article Management**\n    - Create/Edit/Delete articles\n    - Upvoting system\n    - Search functionality based on titles (Will be updated to include tags and content)\n\n- **User Features**\n    - Custom profiles\n    - Article portfolios\n    - Bio management\n\n- **Modern UI/UX**\n    - Responsive design\n    - Intuitive navigation\n    - Loading states\n\n## Tech Stack\n\n### Frontend\n\n- [React](https://reactjs.org/) - UI library\n- [React Router](https://reactrouter.com/) - Navigation\n- [Tailwind CSS](https://tailwindcss.com/) - Styling\n- [Vite](https://vitejs.dev/) - Build tool\n\n### Backend\n\n- [Node.js](https://nodejs.org/) - Runtime environment\n- [Express.js](https://expressjs.com/) - Web framework\n- [MongoDB](https://www.mongodb.com/) - Database\n- [JWT](https://jwt.io/) - Authentication\n- [bcrypt](https://github.com/kelektiv/node.bcrypt.js) - Password hashing\n\n\n## Prerequisites\n\n```json\n{\n  \"node\": \"\u003e=14.x\",\n  \"npm\": \"\u003e=6.x\",\n  \"mongodb\": \"\u003e=4.x\" // can be local or cloud-based.\n}\n```\n\n## Quick Start\n\n1. **Clone and Install**\n\n```bash\n# Clone the repository\ngit clone https://github.com/harshpreet931/markd.git\n\n# Install dependencies\ncd markd\nnpm install\n```\n\n2. **Environment Setup**\n\n```bash\n# Backend (.env)\nPORT=8081\nDB_CONNECTION_STRING=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\n\n# Frontend (.env)\nVITE_API_URL=http://localhost:8081\n```\n\n3. **Development**\n\n```bash\n# Terminal 1 - Backend\ncd backend\nnode index.js\n\n# Terminal 2 - Frontend\ncd frontend\nnpm run dev\n```\n\nVisit `http://localhost:5173` to see the app in action.\n\n## Project Structure\n\n```\nmarkd/\n├── backend/                # Backend source code\n│   ├── middleware/        # Authentication middleware\n│   ├── models/           # Database models\n│   └── routes/           # API routes\n└── frontend/             # Frontend source code\n    ├── public/           # Static assets\n    └── src/\n        ├── components/   # Reusable components\n        ├── pages/        # Page components\n        └── routes/       # Route definitions\n```\n\n## Application Flow\n\n1. **Authentication**\n\n   - User registration with email verification\n   - JWT-based authentication\n   - Protected route handling\n\n2. **Content Management**\n\n   - Article creation\n   - Image upload and management\n   - Search Functionality based on Titles (Will be updated to include tags and content)\n\n3. **User Interactions**\n   - Article upvoting system\n\n## Acknowledgments\n\n- [React Documentation](https://reactjs.org/docs)\n- [Tailwind CSS](https://tailwindcss.com)\n- [MongoDB Documentation](https://docs.mongodb.com)\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by \u003ca href=\"https://linkedin.com/in/harshpreet931\"\u003eHarshpreet Singh\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshpreet931%2Fmarkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshpreet931%2Fmarkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshpreet931%2Fmarkd/lists"}