{"id":51573850,"url":"https://github.com/aditya000099/bezon","last_synced_at":"2026-07-10T22:30:47.019Z","repository":{"id":361420482,"uuid":"1254392001","full_name":"aditya000099/bezon","owner":"aditya000099","description":"Full Stack END-to-End AI E-commerce Platform AWS","archived":false,"fork":false,"pushed_at":"2026-06-07T09:55:10.000Z","size":1020,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T11:22:41.607Z","etag":null,"topics":["ai","ai-agent","amazon","amazon-web-services","aws","ecommerce","javascript","monorepo","postgresql","typescript","walmart"],"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/aditya000099.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T14:02:35.000Z","updated_at":"2026-06-06T10:42:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aditya000099/bezon","commit_stats":null,"previous_names":["aditya000099/bezon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditya000099/bezon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya000099%2Fbezon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya000099%2Fbezon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya000099%2Fbezon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya000099%2Fbezon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditya000099","download_url":"https://codeload.github.com/aditya000099/bezon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya000099%2Fbezon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35345661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"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":["ai","ai-agent","amazon","amazon-web-services","aws","ecommerce","javascript","monorepo","postgresql","typescript","walmart"],"created_at":"2026-07-10T22:30:46.330Z","updated_at":"2026-07-10T22:30:47.010Z","avatar_url":"https://github.com/aditya000099.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bezon Monorepo (v4.0)\n\nA unified multi-actor e-commerce platform built with React, TypeScript, Tailwind CSS v4, Express, and Prisma ORM + PostgreSQL.\n\n---\n\n## Workspace Layout\n- `apps/web`: Single Vite + React + TS frontend for all 4 roles (Customer, Seller, Delivery, Admin).\n- `apps/api`: Express + TypeScript API server using Prisma ORM.\n\n---\n\n## Start Commands\n\nStart both backend API and unified Web App concurrently:\n```bash\nnpm run dev\n```\n\nOr run them individually:\n```bash\n# Start backend API (runs on port 5000)\nnpm run dev:api\n\n# Start unified frontend Web app (runs on port 3000)\nnpm run dev:web\n```\n\n---\n\n## Prisma ORM Database Commands\n\nAll database management operations are executed through Prisma 7 CLI tools. Run these scripts from the root directory:\n\n### 1. Generate Prisma Client\nRe-generates type definitions whenever `prisma/schema.prisma` is modified:\n```bash\nnpm run prisma:generate --workspace=@bezon/api\n```\n\n### 2. Run Database Migrations\nApplies model schemas to the PostgreSQL database, generating migration logs:\n```bash\nnpm run prisma:migrate --workspace=@bezon/api\n```\n\n### 3. Check Migration Status\nChecks if the local PostgreSQL database is in sync with the Prisma migrations:\n```bash\nnpm run prisma:status --workspace=@bezon/api\n```\n\n### 4. Seed Database\nSeeds PostgreSQL with the initial demo credentials (Admin, Sellers, Delivery partners, and Customers):\n```bash\nnpm run db:seed --workspace=@bezon/api\n```\n\n---\n\n## Git Branches\n- `main`: Production-ready release branch.\n- `staging`: Integration branch for testing before merging to main.\n- `dev-*`: Feature branches for active development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya000099%2Fbezon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya000099%2Fbezon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya000099%2Fbezon/lists"}