{"id":27097566,"url":"https://github.com/geffrerson7/movie-api-django","last_synced_at":"2026-04-28T08:05:39.944Z","repository":{"id":160642790,"uuid":"608796176","full_name":"Geffrerson7/MOVIE-API-DJANGO","owner":"Geffrerson7","description":"API para ecommerce de alquiler de peliculas","archived":false,"fork":false,"pushed_at":"2023-07-25T03:36:05.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T10:49:55.347Z","etag":null,"topics":["django-rest-framework","docker","psotgresql","python","simplejwt","swagger"],"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-03-02T18:53:43.000Z","updated_at":"2023-05-06T18:14:57.000Z","dependencies_parsed_at":"2025-04-06T10:58:24.775Z","dependency_job_id":null,"html_url":"https://github.com/Geffrerson7/MOVIE-API-DJANGO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/MOVIE-API-DJANGO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FMOVIE-API-DJANGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FMOVIE-API-DJANGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FMOVIE-API-DJANGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FMOVIE-API-DJANGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/MOVIE-API-DJANGO/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FMOVIE-API-DJANGO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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-rest-framework","docker","psotgresql","python","simplejwt","swagger"],"created_at":"2025-04-06T10:48:21.503Z","updated_at":"2026-04-28T08:05:39.920Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MOVIE-API-DJANGO\n\n## Descripción\nAPI para ecommerce de alquiler de peliculas. Está hecho con django-rest-framework y tiene las funciones de sign-in, sign-up y login de usuarios y también creación de películas.\n\n## ERD\n\n![ERD-MOVIE](https://user-images.githubusercontent.com/61089189/230192360-7b052f0e-16ce-4a8c-a1d6-dc54f0cf8302.png)\n\n## Instalación local del proyecto\n\nClonar el repositorio\n\n```bash\n$ git clone https://github.com/Geffrerson7/MOVIE-API-DJANGO.git\n```\n\nIr al directorio al proyecto\n\n```bash\n$ cd MOVIE-API-DJANGO\n```\n\nCrear un entorno virtual\n\n```sh\n$ virtualenv venv\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(venv)$ pip install -r requirements.txt\n```\n\nLuego, realizamos las migraciones.\n```sh\n(venv) $ python manage.py makemigrations\n(venv) $ 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## Instalación en Docker del proyecto\n\nClonar el repositorio\n\n```bash\n$ git clone https://github.com/Geffrerson7/MOVIE-API-DJANGO.git\n```\n\nIr al directorio al proyecto\n\n```bash\n$ cd MOVIE-API-DJANGO\n```\n\nEjecutar el comando\n```sh\n$ docker-compose up\n```\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. 3.14.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\n## Autor\n- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fmovie-api-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fmovie-api-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fmovie-api-django/lists"}