{"id":20054254,"url":"https://github.com/rakibul-islam-raju/coachsync","last_synced_at":"2025-06-17T09:36:35.983Z","repository":{"id":188746236,"uuid":"663095009","full_name":"rakibul-islam-raju/CoachSync","owner":"rakibul-islam-raju","description":"CoachSync a coaching management system application.","archived":false,"fork":false,"pushed_at":"2024-02-25T17:59:12.000Z","size":776,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T13:41:51.863Z","etag":null,"topics":["celery","django","django-rest-framework","docker","docker-compose","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","mui","nivo-charts","open-source","opensource","python","react","redis","redux-toolkit","rtk-query","storybook","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rakibul-islam-raju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2023-07-06T14:38:46.000Z","updated_at":"2024-12-09T10:47:41.000Z","dependencies_parsed_at":"2023-09-23T16:47:41.607Z","dependency_job_id":"7c5c0a5d-68e9-4635-afc1-c53c7e344c54","html_url":"https://github.com/rakibul-islam-raju/CoachSync","commit_stats":null,"previous_names":["rakibul-islam-raju/coachsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rakibul-islam-raju/CoachSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibul-islam-raju%2FCoachSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibul-islam-raju%2FCoachSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibul-islam-raju%2FCoachSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibul-islam-raju%2FCoachSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibul-islam-raju","download_url":"https://codeload.github.com/rakibul-islam-raju/CoachSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibul-islam-raju%2FCoachSync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260329395,"owners_count":22992891,"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":["celery","django","django-rest-framework","docker","docker-compose","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","mui","nivo-charts","open-source","opensource","python","react","redis","redux-toolkit","rtk-query","storybook","typescript"],"created_at":"2024-11-13T12:39:35.967Z","updated_at":"2025-06-17T09:36:35.957Z","avatar_url":"https://github.com/rakibul-islam-raju.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coaching-Management-System\n\n## Installation\n\nFollow these steps to set up the Coaching Management System on your machine:\n\n### Step 1: Clone the Repository\n\nBegin by cloning the repository to your local machine.\n\n### Step 2: Configure Environment Files\n\nNavigate to both the backend and frontend directories. You will find .env.example files in each of these directories. Copy the contents of .env.example and create a new .env file in the respective directories (backend and frontend). Paste the copied contents into these .env files.\n\n### Step 3: Docker Setup\n\nMake sure you have Docker and Docker Compose installed on your machine. If not, please install them first.\n\nRun the following command to start the development backend:\n\n```\n docker-compose up -d\n```\n\n### Step 4: Access URLs\n\nOnce the backend is up and running, you can access the following URLs:\n\n- Frontend: https://localhost:5137\n- API Documentation: https://localhost:8000\n\n  That's it! You have successfully set up the Coaching Management System. You can now access the frontend interface and explore the API documentation.\n\n#### Super Admin Credential\n\n- Email: admin@coachsync.com\n- Password: admin\n\n## Pre-commit Hooks and Code Formatting\n\nTo maintain consistent code style and quality, we use pre-commit hooks and code formatting tools for both the Django backend and the React frontend.\n\n### Django Backend\n\nWe use pre-commit hooks to automatically format and lint the code in the Django backend.\n\n1. Install `pre-commit` globally if not already installed:\n\n   ```bash\n   pip install pre-commit\n   ```\n\n2. Navigate to the backend directory and install pre-commit:\n\n   ```bash\n   pre-commit install\n   ```\n\n### React Frontend\n\n1. Navigate to the root directory (where the .git folder is located) and nstall husky as a development dependency:\n\n   ```bash\n   yarn add -D husky\n   ```\n\n2. Configure Husky to run Prettier before commits. In package.json:\n\n   ```bash\n   \"husky\": {\n      \"hooks\": {\n      \"pre-commit\": \"cd frontend \u0026\u0026 pretty-quick --staged\"\n      }\n    }\n   ```\n\n3. Install Husky hooks:\n\n   ```bash\n   npx husky install\n   ```\n\nThis should provide the complete instructions for both the Django backend and the React frontend, including the Husky setup.\n\n## Contribute\n\nTo contribute to this project, please follow the guidelines outlined in [CONTRIBUTING.md](.github/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibul-islam-raju%2Fcoachsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibul-islam-raju%2Fcoachsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibul-islam-raju%2Fcoachsync/lists"}