{"id":24958499,"url":"https://github.com/gab-cat/merchtrack","last_synced_at":"2025-04-15T13:55:23.479Z","repository":{"id":270621130,"uuid":"910868831","full_name":"gab-cat/merchtrack","owner":"gab-cat","description":"The MerchTrack Repository is a comprehensive solution designed for an e-commerce platform that streamlines order management, payment processing, reporting, order tracking, and merchandise fulfillment for organizations.","archived":false,"fork":false,"pushed_at":"2025-04-14T09:56:34.000Z","size":19915,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T13:55:08.495Z","etag":null,"topics":["bun","clerk-auth","cloudflare","docker","nextjs","postgresql","prisma","redis","redis-cache","s3","shadcn-ui","tailwindcss","tanstack-query","typescript","zod","zustand"],"latest_commit_sha":null,"homepage":"https://merchtrack.tech","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/gab-cat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-01T17:19:59.000Z","updated_at":"2025-04-14T09:54:00.000Z","dependencies_parsed_at":"2025-01-19T03:18:50.168Z","dependency_job_id":"1a12ea2c-b487-4e50-9f1a-9d280bf9cd07","html_url":"https://github.com/gab-cat/merchtrack","commit_stats":null,"previous_names":["gab-cat/merchtrack"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gab-cat%2Fmerchtrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gab-cat%2Fmerchtrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gab-cat%2Fmerchtrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gab-cat%2Fmerchtrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gab-cat","download_url":"https://codeload.github.com/gab-cat/merchtrack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085483,"owners_count":21210267,"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":["bun","clerk-auth","cloudflare","docker","nextjs","postgresql","prisma","redis","redis-cache","s3","shadcn-ui","tailwindcss","tanstack-query","typescript","zod","zustand"],"created_at":"2025-02-03T07:27:15.129Z","updated_at":"2025-04-15T13:55:23.457Z","avatar_url":"https://github.com/gab-cat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MerchTrack Repository\n\n## Introduction\nThe **MerchTrack Repository** is a comprehensive solution designed for an e-commerce platform that streamlines order management, payment processing, reporting, order tracking, and merchandise fulfillment for organizations. This repository leverages modern technologies and best practices to ensure scalability, maintainability, and a seamless developer experience.\n\n---\n\n## Installation\n\n### Prerequisites\nBefore setting up the project, ensure the following tools and versions are installed:\n\n- **Node.js**: Version `22.12.0` is strictly required. It is recommended to use `nvm` (Node Version Manager) for managing Node.js versions.\n    - If you do not have `nvm` installed yet. Refer to this guide [Node Version Manager Installation](https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/)\n- **Package Manager**: Use `pnpm` for faster and more efficient dependency management.\n\n### Setup Steps\n1. **Install Node.js**:\n   Use `nvm` to install and switch to the required Node.js version:\n   ```sh\n   nvm install 22.12.0\n   nvm use 22.12.0\n   ```\n\n2. **Install Dependencies**:\n   Install project dependencies using `pnpm`:\n   ```sh\n   npm install -g pnpm\n   pnpm install\n   ```\n\n3. **Environment Configuration**:\n   Obtain the `.env` files for production from the system administrator. These files contain sensitive configuration details such as API keys and database credentials.\n\n   Example `.env` file:\n   ```env\n   DATABASE_URL=\"postgresql://user:password@localhost:5432/merchtrack\"\n   CLERK_SECRET_KEY=\"sk_test_xxxxxxxxxxxxxxxx\"\n   ```\n\n4. **Run the Development Server**:\n   Start the development server to begin working on the project:\n   ```sh\n   pnpm run dev\n   ```\n\n\n## Further Reading\nFor more detailed information, please refer to the following sections in our wiki:\n\n| Topic                | Description                                                                 | Link                                                                 |\n|----------------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------|\n| Home/Milestones      | Overview and milestones of the project                                      | https://github.com/gab-cat/merchtrack/wiki                           |\n| Conventions          | Coding conventions and best practices                                       | https://github.com/gab-cat/merchtrack/wiki/Conventions               |\n| Folder Structure     | Detailed explanation of the project's folder structure                      | https://github.com/gab-cat/merchtrack/wiki/Folder-Structure          |\n| Git Flow             | Guidelines for using Git in this project                                    | https://github.com/gab-cat/merchtrack/wiki/Git-Flow                  |\n| Tech Stack           | Information about the technologies and tools used in the project            | https://github.com/gab-cat/merchtrack/wiki/Tech-Stack-\u0026-Tools        |\n| VSCode Extensions    | Recommended Visual Studio Code extensions for development                   | https://github.com/gab-cat/merchtrack/wiki/VS-Code-Extensions        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgab-cat%2Fmerchtrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgab-cat%2Fmerchtrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgab-cat%2Fmerchtrack/lists"}