{"id":19248243,"url":"https://github.com/hamidbyte/the-api-project-frontend","last_synced_at":"2026-04-04T22:32:15.269Z","repository":{"id":221957742,"uuid":"736565246","full_name":"HamidByte/The-API-Project-Frontend","owner":"HamidByte","description":"The API Project is a versatile and affordable API platform designed to provide developers with easy access to a diverse range of API services.","archived":false,"fork":false,"pushed_at":"2024-03-15T10:24:03.000Z","size":303,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T17:42:08.734Z","etag":null,"topics":["nodejs","pinia","shadcn","shadcn-ui","shadcn-vue","shadcnui","tailwind","tailwind-css","tailwindcss","vite","vitejs","vue","vue3","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/HamidByte.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-12-28T08:48:47.000Z","updated_at":"2024-02-14T19:12:46.000Z","dependencies_parsed_at":"2024-03-15T11:38:41.692Z","dependency_job_id":null,"html_url":"https://github.com/HamidByte/The-API-Project-Frontend","commit_stats":null,"previous_names":["hamidbyte/the-api-project-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HamidByte/The-API-Project-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FThe-API-Project-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FThe-API-Project-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FThe-API-Project-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FThe-API-Project-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamidByte","download_url":"https://codeload.github.com/HamidByte/The-API-Project-Frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamidByte%2FThe-API-Project-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["nodejs","pinia","shadcn","shadcn-ui","shadcn-vue","shadcnui","tailwind","tailwind-css","tailwindcss","vite","vitejs","vue","vue3","vuejs"],"created_at":"2024-11-09T18:07:07.539Z","updated_at":"2026-04-04T22:32:15.232Z","avatar_url":"https://github.com/HamidByte.png","language":"Vue","readme":"# The API Project Frontend, Vue 3 (Vite), Pinia, shadcn-vue, Tailwind CSS\n\nTheAPIProject is a versatile and affordable API platform designed to provide developers with easy access to a diverse range of services. Initially conceived as a \"Random Quote Generator API\" the project is expanding its vision to encompass a rich collection of data services. Upcoming releases include GIFs, Dummy or Mock APIs for testing, Jokes, and more. With a focus on affordability and simplicity, TheAPIProject stands as the go-to solution for developers seeking dynamic content.\n\n## Backend Repository\n\nFor the corresponding backend, visit the [The API Project](https://github.com/HamidByte/The-API-Project).\n\n## API Documentation on Postman\n\nExplore the API documentation [API Documentation](https://documenter.getpostman.com/view/11546737/2sA2r55Rev) and [Postman Workspace](https://www.postman.com/hamidbyte/workspace/the-api-project/overview).\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js installed (https://nodejs.org/)\n- Git (optional, but recommended)\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Environment Variable Configuration\n\nCreate two files: `.env.development` and `.env.production.` and populate these files with the following variables, replacing the placeholder values with your actual values.\n\n**.env.development:**\n\n```bash\nAPP_BASE_URL_SERVER=http://127.0.0.1:3000\n```\n\n**.env.production:**\n\n```bash\nAPP_BASE_URL_SERVER=your-base-url\n```\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\nand\n\n```sh\nnpm run preview\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n### Format\n\n```sh\nnpm run format\n```\n\n## Acknowledgments\n\nWe express our gratitude to the open-source community for their invaluable contributions, which have played a pivotal role in enhancing our project by providing essential tools and libraries.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidbyte%2Fthe-api-project-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamidbyte%2Fthe-api-project-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamidbyte%2Fthe-api-project-frontend/lists"}