{"id":19726329,"url":"https://github.com/eronalves/mercadolibre-challenge","last_synced_at":"2025-07-24T10:07:59.951Z","repository":{"id":71663587,"uuid":"98829956","full_name":"eronalves/mercadolibre-challenge","owner":"eronalves","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-01T04:59:22.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T01:52:48.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eronalves.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":"2017-07-30T23:09:46.000Z","updated_at":"2017-08-01T16:34:37.000Z","dependencies_parsed_at":"2023-05-13T17:15:31.650Z","dependency_job_id":null,"html_url":"https://github.com/eronalves/mercadolibre-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eronalves/mercadolibre-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eronalves%2Fmercadolibre-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eronalves%2Fmercadolibre-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eronalves%2Fmercadolibre-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eronalves%2Fmercadolibre-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eronalves","download_url":"https://codeload.github.com/eronalves/mercadolibre-challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eronalves%2Fmercadolibre-challenge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113572,"owners_count":23261057,"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":[],"created_at":"2024-11-11T23:35:18.582Z","updated_at":"2025-06-26T17:32:47.219Z","avatar_url":"https://github.com/eronalves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mercado Libre Challenge\n\nFull application with client side and server side to provide a list of products using Razzle and React for SSR (Server side rendering provide SEO capabilities explained [here](https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8)).\n\n\n## Stack\n\n\n**Front-end**\n\n- [React](https://facebook.github.io/react/)\n- [React Router](https://reacttraining.com/react-router/)\n- [Redux](http://redux.js.org/)\n- [Redux Thunk](https://github.com/gaearon/redux-thunk)\n- [Axios](https://github.com/mzabriskie/axios)\n- [Sass](http://sass-lang.com/)\n\n**Back-end**\n\n- [Express](http://expressjs.com/pt-br/)\n- [Razzle](https://github.com/jaredpalmer/razzle)\n- [Requestify](http://ranm8.github.io/requestify/)\n\n## How to use\n\nInstall:\n\n```bash\nyarn install\n```\n\nRun development:\n\n```bash\nyarn start\n```\n\nTo run in production mode:\n\n```bash\nyarn build\nyarn start:prod\n```\n\n*Live on http://localhost:3000.*\n\n## Docker\n\nThis application is configured to use docker compose for scalability purpose and scripts was add on package.json to be easy to use.\n\n**Development**\n\n```bash\nyarn docker:build \nyarn docker:up\n```\n*Live on http://localhost:3000.*\n\n\n**Production**\n\n```bash\nyarn docker-prod:build \nyarn docker-prod:up\n```\n*Live on http://localhost:3000 by default.*\n\nThe port is configured in .env file on root.\nIf you want to change, only edit the variables for production mode:\n\n```env\nRAZZLE_URL_API=http://localhost:3000/api\nRAZZLE_PORT_API=3000\n```\n\n**Docker compose commands**\n\nIf you prefer to use docker cli instead of yarn (npm) scripts then run:\n\n**Development**\n\n```bash\ndocker-compose build\ndocker-compose up\n```\n\n**Production**\n\n```bash\ndocker-compose -f docker-compose.production.yml build\ndocker-compose -f docker-compose.production.yml up\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feronalves%2Fmercadolibre-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feronalves%2Fmercadolibre-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feronalves%2Fmercadolibre-challenge/lists"}