{"id":22935091,"url":"https://github.com/sofidevo/alura-flix","last_synced_at":"2025-04-15T21:24:59.100Z","repository":{"id":195935665,"uuid":"693910190","full_name":"SofiDevO/alura-flix","owner":"SofiDevO","description":"Final challenge for Oracle next education and alura latam project with react.js","archived":false,"fork":false,"pushed_at":"2023-12-27T03:13:22.000Z","size":3995,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"sofidev","last_synced_at":"2025-03-29T01:34:06.143Z","etag":null,"topics":["aluraflix","challengeonefrontdndlatam"],"latest_commit_sha":null,"homepage":"https://alura-flix-self.vercel.app","language":"JavaScript","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/SofiDevO.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-09-20T00:50:11.000Z","updated_at":"2025-01-18T01:58:58.000Z","dependencies_parsed_at":"2023-09-20T07:40:13.965Z","dependency_job_id":"44554f2b-b265-4e22-ae27-af5bd25e7da0","html_url":"https://github.com/SofiDevO/alura-flix","commit_stats":null,"previous_names":["sofidevo/alura-flix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Falura-flix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Falura-flix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Falura-flix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Falura-flix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SofiDevO","download_url":"https://codeload.github.com/SofiDevO/alura-flix/tar.gz/refs/heads/sofidev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249155584,"owners_count":21221633,"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":["aluraflix","challengeonefrontdndlatam"],"created_at":"2024-12-14T11:46:23.672Z","updated_at":"2025-04-15T21:24:59.079Z","avatar_url":"https://github.com/SofiDevO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle One and Alura LATAM Program Final Project\n\nThis project is fetching data from a fake api deployed in vercel:[\nhttps://fake-api-aluraflix-two.vercel.app/](\nhttps://fake-api-aluraflix-two.vercel.app/)\n![Alt text](image-1.png)\nThis project represents the React challenge, which involves creating a web application similar to Netflix. The project's design is based on the [Figma design](https://www.figma.com/file/jWsqqszcgLAecpsJArCVgI/AluraFlix-ESP-(Copy)?type=design\u0026mode=design\u0026t=SeuJUCGHT8jWQiZf-1) provided by Alura, but you have the flexibility to customize the design to your preferences.\n\n![Alt text](image.png)\n## Project Overview\n```javascript\n// Crea una instancia de axios con la base de la API\nexport const api = axios.create({\n  baseURL: \"https://fake-api-aluraflix-two.vercel.app/\",\n  /* usa este url pra hacer pruebas CRUD http://localhost:5555/ */\n});\n```\n\nMy project functions by making CRUD requests to a server. I implemented this using a Fake API with JSON Server. If you want to try out this project, I recommend cloning the repository and replacing the Fake API with the `db.json` file found in the project.\n\n\n\nThis file already contains all the video data, and all you need to do is run the following command to start JSON Server:\n\n```shell\njson-server -w -p 5555 db.json\n```\n\nNext, replace the `baseURL` in the Axios instance with the JSON Server URL:\n\n```javascript\n// Create an Axios instance with the API base URL\nexport const api = axios.create({\n  baseURL: \"http://localhost:5555/\",\n  /* Use this URL for CRUD testing: http://localhost:5555/ */\n});\n```\n\nNow you can test and interact with the application using the local JSON Server.\n\n## Getting Started\n\nFeel free to clone this repository and customize it to your liking. 💙\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Falura-flix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofidevo%2Falura-flix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Falura-flix/lists"}