{"id":16785637,"url":"https://github.com/joaom00/ranek","last_synced_at":"2026-05-17T08:34:40.874Z","repository":{"id":43933335,"uuid":"273705114","full_name":"joaom00/Ranek","owner":"joaom00","description":"VueJS + Wordpress API","archived":false,"fork":false,"pushed_at":"2022-02-13T16:16:59.000Z","size":5967,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T00:16:33.246Z","etag":null,"topics":["vue","vue-router","vuejs","vuex","wordpress","wordpress-api"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joaom00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-20T12:37:08.000Z","updated_at":"2023-06-26T20:09:06.000Z","dependencies_parsed_at":"2022-09-12T07:52:26.973Z","dependency_job_id":null,"html_url":"https://github.com/joaom00/Ranek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joaom00/Ranek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaom00%2FRanek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaom00%2FRanek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaom00%2FRanek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaom00%2FRanek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaom00","download_url":"https://codeload.github.com/joaom00/Ranek/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaom00%2FRanek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33131979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: 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":["vue","vue-router","vuejs","vuex","wordpress","wordpress-api"],"created_at":"2024-10-13T08:09:54.013Z","updated_at":"2026-05-17T08:34:40.855Z","avatar_url":"https://github.com/joaom00.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg width=\"100\" height=\"40\" alt=\"Ranek\" src=\"./src/assets/ranek.svg\" /\u003e\n    \u003cbr/\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/joaom00/ranek\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/joaom00/ranek\"\u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/joaom00/ranek\"\u003e\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/joaom00/ranek\"\u003e \n\u003c/p\u003e\n\n## :bookmark: Projeto\n\n\u003cstrong\u003eRanek\u003c/strong\u003e é uma aplicação em que os usuário pode comprar e vender produtos, fazer login e a autenticação foi feita com JSON Web Token (JWT) Foi desenvolvida durante o curso de VueJS Completo da [Origamid](https://www.origamid.com/).\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Ranek\" width=\"650\" src=\"./images/Screenshot_1.jpg\" /\u003e\n  \u003cimg alt=\"Ranek\" width=\"650\" src=\"./images/Screenshot_2.jpg\" /\u003e\n\u003cp\u003e\n\n---\n\n## :rocket: Tecnologias\n\n- [VueJS](https://vuejs.org/)\n- [Vue Router](https://router.vuejs.org/)\n- [Vuex](https://vuex.vuejs.org/)\n- [Wordpress API](https://br.wordpress.org/)\n\n---\n\n## :boom: Como Executar\n\n- ### **Pré-requisitos**\n\n  - É **necessário** possuir o **[Node.js](https://nodejs.org/en/)** instalado no computador\n  - É **necessário** possuir o **[Git](https://git-scm.com/)** instalado e configurado no computador\n  - É **necessário** possuir qualquer instalador de **[Wordpress](https://br.wordpress.org/)** no computador\n  - Também, é **preciso** ter um gerenciador de pacotes seja o **[NPM](https://www.npmjs.com/)** ou **[Yarn](https://yarnpkg.com/)**.\n  - Por fim, é **essencial** ter o **[Vue CLI](https://cli.vuejs.org/)** instalado de forma global na máquina\n\n---\n\n#### :exclamation: O Frontend precisa que o Backend esteja sendo executado para funcionar.\n\n### 🧭 Rodando o Backend\n\n```bash\n# Clone este repositório\n$ git clone https://github.com/joaom00/ranek // HTTPS\n$ git clone git@github.com:joaom00/ranek.git // SSH\n\n# Copie a pasta api, que está dentro de src\n# e cole dentro da pasta themes no Wordpress e depois ative esse tema\n\n\n```\n\n### 🧭 Rodando o Frontend\n\n```bash\n# Clone este repositório\n$ git clone https://github.com/joaom00/ranek // HTTPS\n$ git clone git@github.com:joaom00/ranek.git // SSH\n\n# Acesse a pasta do projeto no terminal/cmd\n$ cd ranek\n\n# Instale as dependências\n$ npm install ou yarn add\n\n# Execute a aplicação\n$ npm run serve ou yarn serve\n\n# A aplicação será aberta na porta:8080 - acesse http://localhost:8080\n```\n\n---\n\n## :memo: Licença\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaom00%2Franek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaom00%2Franek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaom00%2Franek/lists"}