{"id":25799996,"url":"https://github.com/hamzamalik22/fullstack_crm","last_synced_at":"2026-04-11T05:33:01.127Z","repository":{"id":247468500,"uuid":"825822103","full_name":"hamzamalik22/FullStack_CRM","owner":"hamzamalik22","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-30T20:32:17.000Z","size":1939,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T20:38:37.026Z","etag":null,"topics":["django","django-rest-framework","full-stack-web-development","railway-app","react","vercel"],"latest_commit_sha":null,"homepage":"https://crmax-five.vercel.app/","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/hamzamalik22.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-07-08T15:07:18.000Z","updated_at":"2024-07-30T20:32:20.000Z","dependencies_parsed_at":"2024-07-19T19:30:22.488Z","dependency_job_id":"24f674b1-e46b-4a8e-a931-dc9cbdba888b","html_url":"https://github.com/hamzamalik22/FullStack_CRM","commit_stats":null,"previous_names":["hamzamalik22/fullstack_crm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamzamalik22/FullStack_CRM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FFullStack_CRM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FFullStack_CRM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FFullStack_CRM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FFullStack_CRM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamzamalik22","download_url":"https://codeload.github.com/hamzamalik22/FullStack_CRM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FFullStack_CRM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["django","django-rest-framework","full-stack-web-development","railway-app","react","vercel"],"created_at":"2025-02-27T15:58:14.659Z","updated_at":"2026-04-11T05:33:01.106Z","avatar_url":"https://github.com/hamzamalik22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRMAX - Fullstack CRM Project\n\n## Table of Contents\n- [Overview](#overview)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Overview\nCRMAX is a comprehensive Customer Relationship Management (CRM) application designed to help businesses manage and analyze customer interactions and data throughout the customer lifecycle. Built with a powerful tech stack, CRMAX offers a robust and scalable solution for customer data management, sales tracking, and more.\n\n## Features\n- User Authentication and Authorization\n- Customer Management\n- Sales and Order Tracking\n- Analytics Dashboard\n- Responsive UI\n- RESTful API\n\n## Tech Stack\n- **Frontend:**\n  - React\n  - Redux\n  - ShadCN\n  - Tailwind CSS\n\n- **Backend:**\n  - Django\n  - Django REST Framework\n\n- **Database:**\n  - PostgreSQL (or your preferred database)\n\n## Installation\n### Prerequisites\n- Node.js\n- Python 3.x\n- PostgreSQL (or your preferred database)\n\n### Backend Setup\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/crmax.git\n   cd crmax/backend\n   ```\n\n2. Create and activate a virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate\n   ```\n\n3. Install the dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Configure the database settings in `settings.py`:\n   ```python\n   DATABASES = {\n       'default': {\n           'ENGINE': 'django.db.backends.postgresql',\n           'NAME': 'your-db-name',\n           'USER': 'your-db-user',\n           'PASSWORD': 'your-db-password',\n           'HOST': 'localhost',\n           'PORT': '5432',\n       }\n   }\n   ```\n\n5. Run database 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 backend server:\n   ```bash\n   python manage.py runserver\n   ```\n\n### Frontend Setup\n1. Navigate to the frontend directory:\n   ```bash\n   cd ../frontend\n   ```\n\n2. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the frontend development server:\n   ```bash\n   npm start\n   ```\n\n## Usage\n- Access the frontend application at `http://localhost:3000`.\n- Access the Django admin panel at `http://localhost:8000/admin`.\n- Visit the live application at https://crmax-five.vercel.app/.\n\n## Contact\nFor any inquiries or issues, please contact:\n\n- Name: Hamza Malik\n- Email: hamzamalikaj22@gmail.com\n- LinkedIn: [Hamza Malik](https://www.linkedin.com/in/hamzamalik22/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzamalik22%2Ffullstack_crm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamzamalik22%2Ffullstack_crm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzamalik22%2Ffullstack_crm/lists"}