{"id":20555380,"url":"https://github.com/shahsad-kp/quillquest","last_synced_at":"2025-07-21T22:32:45.072Z","repository":{"id":186778585,"uuid":"674944731","full_name":"shahsad-kp/QuillQuest","owner":"shahsad-kp","description":"Python and React-based social platform for discovering, storing, and sharing articles by category. Customize your feed and contribute articles in a community-focused setting.","archived":false,"fork":false,"pushed_at":"2025-02-03T14:01:01.000Z","size":265,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T00:46:10.704Z","etag":null,"topics":["articles","django","postgresql","react","social","social-media","social-network","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://quillquest.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shahsad-kp.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,"zenodo":null}},"created_at":"2023-08-05T08:52:58.000Z","updated_at":"2024-07-29T04:40:53.000Z","dependencies_parsed_at":"2025-07-13T00:41:39.843Z","dependency_job_id":"152e0721-d259-46c7-bb5f-54dfefdd4fd3","html_url":"https://github.com/shahsad-kp/QuillQuest","commit_stats":null,"previous_names":["shahsad-kp/quillquest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahsad-kp/QuillQuest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahsad-kp%2FQuillQuest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahsad-kp%2FQuillQuest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahsad-kp%2FQuillQuest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahsad-kp%2FQuillQuest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahsad-kp","download_url":"https://codeload.github.com/shahsad-kp/QuillQuest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahsad-kp%2FQuillQuest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266392796,"owners_count":23922237,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["articles","django","postgresql","react","social","social-media","social-network","typescript","webapp"],"created_at":"2024-11-16T03:18:08.584Z","updated_at":"2025-07-21T22:32:45.031Z","avatar_url":"https://github.com/shahsad-kp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# QuillQuest\n\n### 🚀 About QuillQuest\n_Seamlessly blending Python and React, discover, share, and curate articles effortlessly. Personalize your feed, explore categories, contribute articles, and tailor your experience. Connecting knowledge, fostering community._\n\n**Key Features:**\n- Personalized Article Feed: Tailor your content experience by selecting your preferred categories.\n- Diverse Categories: Explore articles across various categories to match your interests.\n- User Contributions: Share your insights with the community by posting new articles.\n- Customizable Settings: Adjust your settings to create a seamless browsing experience.\n\n## Installation - Backend\n\n#### 1 Prerequisites:\n- Make sure you have Python installed on your system. You can download and install Python from the official website: https://www.python.org/\n- Install Postgres on your system. You can download and install Postgres from the official website: https://www.postgresql.org/\n- Make sure you have Node.js and npm (Node Package Manager) installed on your system. You can download and install them from the official Node.js website: https://nodejs.org/\n- Clone the repository, Run the following command to clone:\n```bash\ngit clone https://github.com/shahsad-kp/QuillQuest.git\n```\n\n\n#### 2 Build and installation of backend:\n\n- Change directory to ```backend```, Run ```cd backend```.\n- Install dependencies.\n```bash \npython -m pip install -r requirements.txt\n```\n- Setup backend [environment](#backend-variables) variables in ```quillquest/.env``` file.\n- Apply migrations, Run ```python manage.py migrate```\n- Start server, Run ```python manage.py runserver```\n- The backend application will be accessible at http://localhost:8000 (or another available port if 8000 is already in use).\n\n#### 3 Build and installation of frontend:\n- Change directory to ```frontend```, Run ```cd frontend```.\n- Setup backend [environment](#frontend-variables) variables in ```.env```\n- Install dependencies.\n```bash\nnpm install\n```\n- Start server, Run ```npm run dev```\n- The frontend application will be accessible at http://localhost:5173 (or another available port if 5173 is already in use).\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n#### Frontend variables\n`VITE_BACKEND_URL` - Backend server url\n\n#### Backend variables\n`DEBUG` - True for development server, else False.\n\n`SECRET_KEY` - Unique secret key of django.\n\n`DB_NAME` - postgres database name.\n\n`DB_USER` - postgres database user.\n\n`DB_PORT` - postgres database port (default 5432).\n\n`DB_PASSWORD` - postgres database user password.\n\n`DB_HOST` - database host (default localhost).\n\n`CORS_ALLOWED_ORIGINS` - List of allowed origins (hostname of Frontend)\n\n`ALLOWED_HOSTS` - List of allowed hosts (Required for production).\n\n\n## Feedback\n\nIf you have any feedback, please reach me at shahsadkpklr@gmail.com or connect me at [LinkedIn](https://www.linkedin.com/in/shahsad-kp/)\n\n\n## Support\nShow your support by 🌟 the project!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahsad-kp%2Fquillquest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahsad-kp%2Fquillquest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahsad-kp%2Fquillquest/lists"}