{"id":15151760,"url":"https://github.com/muokz/multivendor-ecommerce-platform-django-rest-framework","last_synced_at":"2026-01-27T14:33:18.803Z","repository":{"id":256400055,"uuid":"855168237","full_name":"muokz/Multivendor-Ecommerce-Platform-Django-Rest-Framework","owner":"muokz","description":"Multivendor-Ecommerce-Platform-Django-Rest-Framework","archived":false,"fork":false,"pushed_at":"2024-10-11T12:02:36.000Z","size":38141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T00:32:37.757Z","etag":null,"topics":["bootstrap5","django-rest-framework","paypal-checkout","reactjs"],"latest_commit_sha":null,"homepage":"","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/muokz.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-09-10T12:33:37.000Z","updated_at":"2024-10-11T12:02:41.000Z","dependencies_parsed_at":"2024-09-16T23:18:32.693Z","dependency_job_id":null,"html_url":"https://github.com/muokz/Multivendor-Ecommerce-Platform-Django-Rest-Framework","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"f3add1c4e0c4e10b7b473027ac3bac68fc43dd3c"},"previous_names":["muokz/multivendor-ecommerce-platform-django-rest-framework"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muokz%2FMultivendor-Ecommerce-Platform-Django-Rest-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muokz%2FMultivendor-Ecommerce-Platform-Django-Rest-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muokz%2FMultivendor-Ecommerce-Platform-Django-Rest-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muokz%2FMultivendor-Ecommerce-Platform-Django-Rest-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muokz","download_url":"https://codeload.github.com/muokz/Multivendor-Ecommerce-Platform-Django-Rest-Framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237937735,"owners_count":19390542,"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":["bootstrap5","django-rest-framework","paypal-checkout","reactjs"],"created_at":"2024-09-26T15:21:30.350Z","updated_at":"2026-01-27T14:33:18.791Z","avatar_url":"https://github.com/muokz.png","language":"JavaScript","funding_links":["https://developer.paypal.com/docs/api/overview/"],"categories":[],"sub_categories":[],"readme":"# Multivendor E-commerce Platform for Selling Software\n\nWelcome to the **Multivendor E-commerce Project**, a robust and scalable solution built using Django Rest Framework, ReactJS, and PostgreSQL. This platform is designed to facilitate the buying and selling of software products from multiple vendors in a secure, efficient, and user-friendly environment.\n\n## 🚀 Features\n\n- **Vendor Management**: Multiple vendors can register, manage their products, and track sales.\n- **Product Catalog**: Supports a wide range of software products with detailed descriptions, pricing, and version control.\n- **Secure Payments**: Integrated with PayPal for secure online transactions.\n- **Order Management**: Customers can easily track their orders and download purchased software.\n- **Search and Filter**: Advanced search and filtering options for a seamless shopping experience.\n- **User Authentication**: Secure user login, registration, and profile management using JWT tokens.\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n\n## 🛠️ Tech Stack\n\n- **Backend**: Django Rest Framework (Python)\n- **Frontend**: ReactJS (JavaScript)\n- **Database**: PostgreSQL\n- **Payment Gateway**: PayPal API, Instasend (Kenya - Mpesa Payment)\n- **Authentication**: JSON Web Tokens (JWT)\n\n## 📦 Installation\n\n### Prerequisites\n\n- Python 3.x\n- Node.js and npm\n- PostgreSQL\n- JWT\n\n### Backend Setup\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/muokz/BreadcrumbsMultivendor-Ecommerce-Platform-Django-Rest-Framework.git\n    cd multivendor-ecommerce/backend_api\n    ```\n\n2. Create a virtual environment and activate it:\n    ```bash\n    python3 -m venv venv\n    source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n    ```\n\n3. Install dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. Set up the PostgreSQL database and update the `DATABASES` settings in `settings.py`.\n\n5. Run migrations:\n    ```bash\n    python manage.py migrate\n    ```\n\n6. Create a superuser:\n    ```bash\n    python manage.py createsuperuser\n    ```\n\n7. Start the development server:\n    ```bash\n    python manage.py runserver\n    ```\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n    ```bash\n    cd ../frontend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Start the React development server:\n    ```bash\n    npm start\n    ```\n\n## 🧪 Running Tests\n\n### Backend Tests\n\nRun the Django tests using the following command:\n\n```bash\npython manage.py test\n```\n\n### Frontend Tests\n\nTo run frontend tests, use:\n\n```bash\nnpm test\n```\n\n## 🚢 Deployment\n\n### Docker\n\n1. Build and run the containers:\n    ```bash\n    docker-compose up --build\n    ```\n\n2. Access the application at `http://localhost:8000`.\n\n### Manual Deployment\n\n- Configure your server (e.g., using Nginx and Gunicorn for the backend, and serve the frontend as static files).\n- Set up environment variables for your production settings.\n- Follow the installation steps on your server and run the application.\n\n## 📚 Documentation\n\n- [API Documentation](docs/api.md)\n- [Frontend Documentation](docs/frontend.md)\n- [Deployment Guide](docs/deployment.md)\n\n## 🤝 Contributing\n\nContributions are welcome! Please submit a pull request or open an issue to discuss your ideas.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## ✨ Acknowledgements\n\n- [Django Rest Framework](https://www.django-rest-framework.org/)\n- [ReactJS](https://reactjs.org/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [PayPal API](https://developer.paypal.com/docs/api/overview/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuokz%2Fmultivendor-ecommerce-platform-django-rest-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuokz%2Fmultivendor-ecommerce-platform-django-rest-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuokz%2Fmultivendor-ecommerce-platform-django-rest-framework/lists"}