{"id":27097568,"url":"https://github.com/geffrerson7/online-courses-api","last_synced_at":"2026-05-06T04:04:03.581Z","repository":{"id":165021497,"uuid":"640417441","full_name":"Geffrerson7/ONLINE-COURSES-API","owner":"Geffrerson7","description":"It is an API for purchasing online courses.","archived":false,"fork":false,"pushed_at":"2023-05-15T19:31:36.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T10:49:55.318Z","etag":null,"topics":["django","django-cors-headers","django-rest-framework","docker","postgresql","python","simple-jwt"],"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-05-14T02:41:38.000Z","updated_at":"2023-05-14T16:11:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"80266f7a-5fe2-4dd9-9db1-fcf1ee18b5bd","html_url":"https://github.com/Geffrerson7/ONLINE-COURSES-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/ONLINE-COURSES-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FONLINE-COURSES-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FONLINE-COURSES-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FONLINE-COURSES-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FONLINE-COURSES-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/ONLINE-COURSES-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FONLINE-COURSES-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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","postgresql","python","simple-jwt"],"created_at":"2025-04-06T10:48:21.536Z","updated_at":"2026-05-06T04:04:03.575Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ONLINE-COURSES-API\n\n## Description\nIt is an API for purchasing online courses.\n\n## ERD\n\n![COURSE-API](https://github.com/Geffrerson7/ONLINE-COURSES-API/assets/61089189/2b0f4d9f-0fb9-4ea1-8e93-fe4da51c88a6)\n\n## Local Installation\n\nClone the repository.\n\n```bash\n$ https://github.com/Geffrerson7/ONLINE-COURSES-API.git\n```\n\nGo to the project directory.\n\n```bash\n$ cd ONLINE-COURSES-API\n```\n\nCreate a virtual environment.\n\n```sh\n$ virtualenv venv\n```\nActivate the virtual environment.\n```sh\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nInstall the dependencies.\n\n```sh\n(env)$ pip install -r requirements.txt\n```\nRun the migrations.\n```sh\n(env) $ python manage.py makemigrations\n```\n```sh\n(env) $ python manage.py migrate\n```\n\nRun the project\n```sh\n(env)$ python manage.py runserver\n```\n\nAnd navigate to the route\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Project installation in Docker\n\nClone the repository\n\n```bash\n$ git clone https://github.com/Geffrerson7/ONLINE-COURSES-API.git\n```\n\nGo to the project directory.\n\n```bash\n$ cd ONLINE-COURSES-API\n```\n\nRun the command\n```sh\n$ docker-compose up\n```\n\nAnd navigate to the route\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Technologies y programming languages \n\n* **Python** (v. 3.11.2) [Source](https://www.python.org/)\n* **Django** (v. 4.2.1)  [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* **mercadopago** (v. 2.2.0) [Source](https://github.com/mercadopago/sdk-python)\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%2Fonline-courses-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fonline-courses-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fonline-courses-api/lists"}