{"id":30679483,"url":"https://github.com/quickheaven/shoppy","last_synced_at":"2026-05-03T22:33:52.632Z","repository":{"id":292961655,"uuid":"982504029","full_name":"quickheaven/shoppy","owner":"quickheaven","description":"A modern e-commerce platform built with Next.js, NestJS, and Stripe integration.","archived":false,"fork":false,"pushed_at":"2025-10-12T00:02:08.000Z","size":2703,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T21:45:58.533Z","etag":null,"topics":["jwt","jwt-authentication","jwt-token","monorepo","nestjs","nextjs","postgresql","prisma","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/build-a-shopping-app-with-nextjs-nestjs-prisma","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/quickheaven.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":"2025-05-13T01:46:55.000Z","updated_at":"2025-10-12T14:32:38.000Z","dependencies_parsed_at":"2025-05-13T02:38:16.516Z","dependency_job_id":"c275788a-6094-47da-8d8d-931d3639b66b","html_url":"https://github.com/quickheaven/shoppy","commit_stats":null,"previous_names":["quickheaven/nextjs-learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quickheaven/shoppy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickheaven%2Fshoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickheaven%2Fshoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickheaven%2Fshoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickheaven%2Fshoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quickheaven","download_url":"https://codeload.github.com/quickheaven/shoppy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quickheaven%2Fshoppy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["jwt","jwt-authentication","jwt-token","monorepo","nestjs","nextjs","postgresql","prisma","turborepo","typescript"],"created_at":"2025-09-01T14:12:13.822Z","updated_at":"2026-05-03T22:33:52.614Z","avatar_url":"https://github.com/quickheaven.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shoppy - E-commerce Platform\n\nA modern e-commerce platform built with Next.js, NestJS, and Stripe integration.\n\n## Project Structure\n\nThis monorepo contains the following applications and packages:\n\n### Apps\n\n- `shoppy-ui`: Next.js frontend application\n- `shoppy-backend`: NestJS backend API service\n\n## Features\n\n- 🛍️ Product listings and management\n- 💳 Secure payments via Stripe integration\n- 🔐 User authentication\n- 🖼️ Product image handling\n- 🔄 Real-time updates using WebSockets\n- 🛡️ TypeScript for type safety\n\n## Tech Stack\n\n- **Frontend**: Next.js, React, TailwindCSS\n- **Backend**: NestJS, Prisma\n- **Database**: PostgreSQL (via Neon)\n- **Payment**: Stripe\n- **Development**: Turborepo, TypeScript\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- pnpm\n- PostgreSQL database\n- Stripe account\n\n### Environment Setup\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd shoppy\n```\n\n2. Install dependencies:\n```bash\npnpm install\n```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env` in both apps\n   - Configure the following variables:\n     - `DATABASE_URL`\n     - `STRIPE_SECRET_KEY`\n     - `JWT_SECRET`\n\n### Development\n\nRun the development servers:\n\n```bash\n# Start all services\npnpm dev\n\n# Start specific app\npnpm dev --filter=shoppy-ui\npnpm dev --filter=shoppy-backend\n```\n\n### Building\n\n```bash\n# Build all apps\npnpm build\n\n# Build specific app\npnpm build --filter=shoppy-ui\npnpm build --filter=shoppy-backend\n```\n\n## API Documentation\n\nBackend API endpoints are documented using Swagger and available at:\n```\nhttp://localhost:3001/api\n```\n\n## Contributing\n\n1. Create a feature branch\n2. Commit your changes\n3. Push to your branch\n4. Create a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickheaven%2Fshoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquickheaven%2Fshoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickheaven%2Fshoppy/lists"}