{"id":14975865,"url":"https://github.com/ak4m410x01/gym_management_application_api","last_synced_at":"2026-02-25T13:06:54.210Z","repository":{"id":221248061,"uuid":"746228982","full_name":"ak4m410x01/Gym_Management_Application_API","owner":"ak4m410x01","description":"The Gym Mobile Application aims to provide a comprehensive platform for gym members, coaches, and visitors, facilitating efficient management, communication, and interaction within the gym environment. The application caters to different user roles, including Admin, Coach, Member, and Visitor, each with specific responsibilities.","archived":false,"fork":false,"pushed_at":"2024-09-30T02:17:04.000Z","size":2432,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T06:31:47.612Z","etag":null,"topics":["api","django-framework","djangorestframework","djangorestframework-simplejwt","dockercompose","dockerfile","gym-management-system","jwt","postgres","postman","python","restful-api"],"latest_commit_sha":null,"homepage":"https://gym-restapi.apidog.io/","language":"Python","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/ak4m410x01.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":"support/__init__.py","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T13:09:00.000Z","updated_at":"2024-09-30T02:17:01.000Z","dependencies_parsed_at":"2024-04-22T16:33:29.426Z","dependency_job_id":"8ea28f97-5ef5-4b74-87ec-17b45c451581","html_url":"https://github.com/ak4m410x01/Gym_Management_Application_API","commit_stats":null,"previous_names":["ak4m410x01/gym_management_application_api"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FGym_Management_Application_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FGym_Management_Application_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FGym_Management_Application_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FGym_Management_Application_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ak4m410x01","download_url":"https://codeload.github.com/ak4m410x01/Gym_Management_Application_API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238508880,"owners_count":19484218,"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":["api","django-framework","djangorestframework","djangorestframework-simplejwt","dockercompose","dockerfile","gym-management-system","jwt","postgres","postman","python","restful-api"],"created_at":"2024-09-24T13:52:47.156Z","updated_at":"2025-10-27T14:31:21.058Z","avatar_url":"https://github.com/ak4m410x01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GYM Management Application API\n\n## Details\n\nThe Gym API Application project aims to streamline gym management and user interaction. With distinct roles for Admin, Coach, Member, and Visitor, the application facilitates account management, progress tracking, and communication. Key features include authentication, profile management, dashboard views, and interactive functionalities such as ratings and complaints. The project's comprehensive scope addresses the needs of users across various gym-related tasks, fostering efficient communication and engagement. Through its user-friendly interface and tailored functionalities, the Gym Mobile Application seeks to enhance the overall gym experience for all stakeholders.\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"./assets/images/gym_cover_01.jpg\"\u003e\n\u003c/div\u003e\n\n## ⚙ Tools and Technologies used\n\n1. **[Python](https://www.python.org/)**: Primary programming language chosen for its simplicity, readability, and vast ecosystem of libraries and frameworks.\n2. **[Django](https://www.djangoproject.com/)**: A high-level Python web framework renowned for its scalability, security features, and rapid development capabilities.\n3. **[Django Rest Framework (DRF)](https://www.django-rest-framework.org/)**: Built on top of Django, DRF provides powerful tools for building RESTful APIs, simplifying the creation of web services.\n4. **[PostgreSQL](https://www.postgresql.org/)**: A robust open-source relational database management system known for its reliability, extensibility, and support for complex queries and transactions.\n5. **[JWT (JSON Web Tokens)](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/)**: A standard for securely transmitting information between parties as JSON objects, commonly used for authentication and authorization in web applications.\n6. **[Docker](https://www.docker.com/)**: Containerization platform that simplifies the deployment and management of applications by packaging them into portable containers, ensuring consistency across different environments.\n7. **[Docker Compose](https://docs.docker.com/compose/)**: Tool for defining and running multi-container Docker applications, enabling seamless configuration and orchestration of complex application architectures.\n\n## 🛠 Installation and setup\n\n1. Install Docker [here](https://www.docker.com/get-started/)\n2. Install Git [here](https://git-scm.com/downloads)\n3. Create a working directory:\n\n   ```bash\n   mkdir ~/GYM \u0026\u0026 cd ~/GYM\n   ```\n\n4. Clone the repository\n\n   ```bash\n   git clone https://github.com/ak4m410x01/Gym_Management_Application_API.git .\n   ```\n\n5. Start the application\n\n   ```bash\n    docker-compose up -d\n   ```\n\n6. Access API: http://127.0.0.1:8000/api/\n\n7. Access DB: 127.0.0.1:5432\n\n8. Don't forget .env file with variables\n\n| Variable              | Value                                                                 |\n| --------------------- | --------------------------------------------------------------------- |\n| SECRET_KEY            | 'django-insecure-%2dmqnqj9v2e\u00268yk\\*t=#b+2-=i!45+153*@-g0*=\u0026%1od16z^m' |\n| DEBUG                 | False                                                                 |\n| ALLOWED_HOSTS         | 172.0.0.1,\\*                                                          |\n| DATABASE_ENGINE       | django.db.backends.postgresql                                         |\n| DATABASE_HOST         | db                                                                    |\n| DATABASE_PORT         | 5432                                                                  |\n| DATABASE_NAME         | gym                                                                   |\n| DATABASE_USER         | gym                                                                   |\n| DATABASE_PASSWORD     | gym                                                                   |\n| EMAIL_BACKEND         | django.core.mail.backends.smtp.EmailBackend                           |\n| EMAIL_HOST            | smtp.gmail.com                                                        |\n| EMAIL_PORT            | 587                                                                   |\n| EMAIL_HOST_USER       | youremail@gmail.com                                                   |\n| EMAIL_HOST_PASSWORD   | yourapppassword                                                       |\n| JWT_SECRET_KEY        | ak4m410x01                                                            |\n| POSTGRES_DB           | gym                                                                   |\n| POSTGRES_USER         | gym                                                                   |\n| POSTGRES_PASSWORD     | gym                                                                   |\n| CELERY_BROKER_URL     | redis://redis:6379                                                    |\n| CELERY_RESULT_BACKEND | redis://redis:6379                                                    |\n\nnote:\nthese variables are for the lab environment only... don't use these in xxx production environments xxx\n\n---\n\n## 🛠 Documentation and Endpoints\n\n1. [Postman](https://documenter.getpostman.com/view/27192844/2s9Yyy9eLr)\n2. [Apidog](https://apidog.com/apidoc/shared-24d58e46-fc7f-4dcd-8ea0-2658c437d480)\n\n---\n\n## PIP Packages\n\n    +-------------------------------+---------+---------------------------+\n    | Name                          | Version | Use                       |\n    | ----------------------------- | ------- | ------------------------- |\n    | Python                        | 3.11.7  | Programming Lang          |\n    | Django                        | 5.0.1   | Django Framework          |\n    | djangorestframework           | 3.14.0  | Restful Framework         |\n    | djangorestframework-simplejwt | 5.3.1   | Restful Framework Jwt     |\n    | django-filter                 | 23.5    | Restful Framework filters |\n    | django-cors-headers           | 4.3.1   | Restful Framework CORS    |\n    | psycopg2-binary               | 2.9.9   | PostgreSQL DB lib         |\n    | pthon-decouple                | 3.8     | To use .env file          |\n    +-------------------------------+---------+---------------------------+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak4m410x01%2Fgym_management_application_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fak4m410x01%2Fgym_management_application_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak4m410x01%2Fgym_management_application_api/lists"}