{"id":30232372,"url":"https://github.com/victordrf02/e-commerce","last_synced_at":"2026-04-12T00:46:38.108Z","repository":{"id":304677155,"uuid":"1018070614","full_name":"VictorDRF02/e-commerce","owner":"VictorDRF02","description":"An application of electronic commerce build with angular ","archived":false,"fork":false,"pushed_at":"2025-07-14T15:33:38.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T18:34:38.673Z","etag":null,"topics":["angular","angular18","scss","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/VictorDRF02.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,"zenodo":null}},"created_at":"2025-07-11T14:57:25.000Z","updated_at":"2025-07-14T15:33:42.000Z","dependencies_parsed_at":"2025-07-14T18:36:48.824Z","dependency_job_id":"19b40d4a-7633-468f-93b6-6552c00e0dbe","html_url":"https://github.com/VictorDRF02/e-commerce","commit_stats":null,"previous_names":["victordrf02/e-commerce"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/VictorDRF02/e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorDRF02%2Fe-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorDRF02%2Fe-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorDRF02%2Fe-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorDRF02%2Fe-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorDRF02","download_url":"https://codeload.github.com/VictorDRF02/e-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorDRF02%2Fe-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270500676,"owners_count":24595163,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular18","scss","tailwindcss","typescript"],"created_at":"2025-08-14T23:57:18.164Z","updated_at":"2026-04-12T00:46:38.066Z","avatar_url":"https://github.com/VictorDRF02.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# e-commerce\n\nThis is an online store project made with Angular version 18.2.20 as framework and tailwindcss 3 as css library.\n\n## Table of contents\n\n- [Installation](#installation)\n- [Development server](#development-server)\n- [Usage](#usage)\n- [Development](#development)\n\n## Installation\n\nClone the repository and install:\n\n```bash\ngit clone https://github.com/VictorDRF02/e-commerce\ncd e-commerce\n```\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Usage\n\nAfter running the development server, you can access the application at `http://localhost:4200/`.\n\nThe application is divided into different views:\n\n- Products: Displays a list of products with their details and a cart icon. Route: `/`.\n- Product Details: Displays the details of a specific product. Route: `/product/:id`.\n- Search: Displays a search form with filters for the products. Route: `/search`.\n- Login: Displays the login form for the user to access their account. Route: `/login`.\n- Account: Displays the user's account information. Route: `/account`. You need authentication to access this route.\n- Payment: Displays the payment form for the user to complete the order. Route: `/payment`. You need authentication to access this route.\n\n### Authentication\n\nIn the `login` form you can use the following credentials:\n\n- Username: `johnd`\n- Password: `m38rmF$`\n\nAn alternative option is:\n\n- Username: `kevinryan`\n- Password: `kev02937@`\n\n## Development\n\nIn case you want to edit the project locally you can clone the repository and make pull requests to the `main` branch.\n\n### Prerequisites\n\nBefore you start, make sure you have the following installed:\n\n- [Node.js](https://nodejs.org/en/) (v18.2.0 or higher)\n- [Angular CLI](https://angular.io/cli) (v18.2.0 or higher)\n- [Git](https://git-scm.com/downloads)\n\n### Generate files\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n### Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n### Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordrf02%2Fe-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictordrf02%2Fe-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordrf02%2Fe-commerce/lists"}