{"id":26327449,"url":"https://github.com/zejiran/product-catalog","last_synced_at":"2026-04-10T16:34:46.300Z","repository":{"id":197235738,"uuid":"698049786","full_name":"zejiran/product-catalog","owner":"zejiran","description":"🛒 A full-stack web app for managing and showcasing products","archived":false,"fork":false,"pushed_at":"2023-09-29T21:03:46.000Z","size":211,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T20:19:22.190Z","etag":null,"topics":["angular","api","nodejs","product-catalog","webapp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zejiran.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-29T03:30:01.000Z","updated_at":"2024-02-29T08:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b87d1366-78a2-4153-94ba-bb9891f4cde5","html_url":"https://github.com/zejiran/product-catalog","commit_stats":null,"previous_names":["zejiran/product-catalog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zejiran/product-catalog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zejiran%2Fproduct-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zejiran%2Fproduct-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zejiran%2Fproduct-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zejiran%2Fproduct-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zejiran","download_url":"https://codeload.github.com/zejiran/product-catalog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zejiran%2Fproduct-catalog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266850863,"owners_count":23995157,"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-07-24T02:00:09.469Z","response_time":99,"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","api","nodejs","product-catalog","webapp"],"created_at":"2025-03-15T20:19:17.159Z","updated_at":"2026-04-10T16:34:46.243Z","avatar_url":"https://github.com/zejiran.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Catalog App\n\nWelcome to the Product Catalog App! This project is designed and developed as a full-stack application that provides a comprehensive catalog of products with various features for easy management.\n\n\u003cimg width=\"80%\" alt=\"home\" src=\"https://github.com/zejiran/product-catalog/assets/30379522/2dcbc2ac-779a-4254-a03d-cd89f221bf4b\"\u003e\n\u003cimg width=\"40%\" alt=\"detail\" src=\"https://github.com/zejiran/product-catalog/assets/30379522/aaa1806b-bfa5-471a-9b50-08fd466a1ef0\"\u003e\u003cimg width=\"40%\" alt=\"create\" src=\"https://github.com/zejiran/product-catalog/assets/30379522/9d688188-e927-4581-a6b6-a3ebd13ab4d5\"\u003e\n\n## Table of Contents\n\n- [Product Catalog App](#product-catalog-app)\n  - [Table of Contents](#table-of-contents)\n  - [Introduction](#introduction)\n  - [Features](#features)\n  - [Requirements](#requirements)\n  - [Getting Started](#getting-started)\n    - [Installation](#installation)\n    - [Configuration](#configuration)\n      - [Backend Configuration](#backend-configuration)\n      - [Frontend Configuration](#frontend-configuration)\n  - [Usage](#usage)\n  - [License](#license)\n\n## Introduction\n\nThis project aims to create a user-friendly product catalog with the following key features:\n\n- List products with pagination and search functionality.\n- Create new products and view them in the catalog.\n- Edit existing products.\n- Preview detailed information of a product.\n- Maintain a history of price and stock changes for each product.\n\n## Features\n\n1. **Product Listing:**\n   - View a paginated list of products.\n   - Utilize a search feature to find specific products.\n\n2. **Product Management:**\n   - Create new products with details such as name, description, SKU, image, tags, price, and stock.\n   - Edit existing products to update their information.\n   - Delete products from the catalog.\n\n3. **Product Details:**\n   - View detailed information about a product.\n   - Decide whether to edit or delete a product from the product details page.\n\n4. **Database History:**\n   - The system maintains a history of price and stock changes for each product, allowing for tracking changes over time.\n\n## Requirements\n\nTo run this project, you'll need the following:\n\n- Node.js and npm installed on your system. You can download them from [nodejs.org](https://nodejs.org/).\n- MongoDB installed and running as the database server.\n\n## Getting Started\n\nFollow these instructions to get the project up and running on your local machine.\n\n### Installation\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/zejiran/product-catalog.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd product-catalog\n   ```\n\n3. Install backend dependencies:\n\n   ```bash\n   cd backend\n   npm install\n   ```\n\n4. Install frontend dependencies:\n\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n### Configuration\n\n#### Backend Configuration\n\n- In the `backend` directory, create a `.env` file with the following content according to your MongoDB configuration:\n   ```\n   MONGO_URI=mongodb://host:password/product-catalog\n   ```\n\n#### Frontend Configuration\n\n- In the `frontend` directory, you can edit the `apiURL` in the code to point to your backend server:\n\n   ```javascript\n   const apiURL = 'http://localhost:3001/api/products';\n   ```\n\n## Usage\n\n1. Start the Node.js backend server:\n\n   ```bash\n   cd backend\n   npm start\n   ```\n\n   The backend will be available at `http://localhost:3001`.\n\n2. Start the Angular frontend:\n\n   ```bash\n   cd frontend\n   ng serve\n   ```\n\n   The frontend app will be available at `http://localhost:4200` in your web browser.\n\n3. Use the application to manage your product catalog.\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](LICENSE)**\n- Copyright 2023 © Juan Alegría\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzejiran%2Fproduct-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzejiran%2Fproduct-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzejiran%2Fproduct-catalog/lists"}