{"id":27097582,"url":"https://github.com/geffrerson7/django-payments-api","last_synced_at":"2026-04-08T16:31:50.951Z","repository":{"id":151070930,"uuid":"623775638","full_name":"Geffrerson7/DJANGO-PAYMENTS-API","owner":"Geffrerson7","description":"Aplicación de pagos de servicios.","archived":false,"fork":false,"pushed_at":"2023-07-25T03:21:52.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T14:40:43.233Z","etag":null,"topics":["django","django-cors-headers","django-rest-framework","docker","drf-yasg","gunicorn","jwt","postgresql","python","render","whitenoise"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Geffrerson7.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":"2023-04-05T04:07:22.000Z","updated_at":"2023-05-16T21:37:13.000Z","dependencies_parsed_at":"2023-08-01T12:00:36.186Z","dependency_job_id":null,"html_url":"https://github.com/Geffrerson7/DJANGO-PAYMENTS-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/DJANGO-PAYMENTS-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FDJANGO-PAYMENTS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FDJANGO-PAYMENTS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FDJANGO-PAYMENTS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FDJANGO-PAYMENTS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/DJANGO-PAYMENTS-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FDJANGO-PAYMENTS-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-cors-headers","django-rest-framework","docker","drf-yasg","gunicorn","jwt","postgresql","python","render","whitenoise"],"created_at":"2025-04-06T10:48:23.015Z","updated_at":"2026-04-08T16:31:50.946Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DJANGO-PAYMENTS-API\n\n## Descripción\nAPI de pagos de servicios de streaming. Tiene las funcionalidades de crear pagos y registrar automáticamente si es que está vencido, crear y actualizar servicios de streaming y crear un usuario con foto de perfil.\n\n## ERD\n![ERD-PAYMENTS](https://user-images.githubusercontent.com/61089189/230165506-7258dc3b-a049-428c-9916-cafe94f197b6.png)\n\n## Instalación local\n\nClonar el repositorio\n\n```bash\n $ git clone https://github.com/Geffrerson7/DJANGO-PAYMENTS-API.git\n```\n\nIr al directorio al proyecto\n\n```bash\n $ cd DJANGO-PAYMENTS-API\n```\n\nCrear un entorno virtual\n\n```sh\n$ virtualenv venv\n```\n\nActivar el entorno virtual\n```sh\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nLuego instalar las librerias:\n\n```sh\n(env)$ pip install -r requirements.txt\n```\n\nLuego, realizamos las migraciones.\n```sh\n(env) $ python manage.py makemigrations\n(env) $ python manage.py migrate\n```\n\nUna vez concluido, procedemos a iniciar la app\n```sh\n(env)$ python manage.py runserver\n```\nY navegar a\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Tecnologías y lenguajes utilizados\n\n* **Python** (v. 3.10.7) [Source](https://www.python.org/)\n* **Django** (v. 4.1.7)  [Source](https://www.djangoproject.com/)\n* **Django Rest Framework** (v. 3.14.0) [Source](https://www.django-rest-framework.org/)\n* **django-cors-headers** (v. 4.0.0) [Source](https://pypi.org/project/django-cors-headers/)\n* **Simple JWT** (v. 5.2.2) [Source](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/)\n* **drf-yasg** (v. 1.21.5) [Source](https://drf-yasg.readthedocs.io/en/stable/)\n* **gunicorn** (v. 20.1.0) [Source](https://gunicorn.org/)\n* **whitenoise** (v. 6.4.0) [Source](https://whitenoise.readthedocs.io/en/latest/)\n* **Render**  [Source](https://render.com/docs/deploy-django)\n\n## Documentación\nPara la documentación del proyecto se utilizó Swagger por su capacidad para generar documentación dinámica y en tiempo real de los servicios web que se están construyendo.\nLa documentación del projecto en swagger está en este [Link](https://payments-api-yf4q.onrender.com/swagger/)\n\n\n## Author\n- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fdjango-payments-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fdjango-payments-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fdjango-payments-api/lists"}