{"id":19297373,"url":"https://github.com/zeethecyber/ecommerce-nest","last_synced_at":"2026-05-02T08:34:36.832Z","repository":{"id":261948976,"uuid":"885804422","full_name":"zeethecyber/ecommerce-nest","owner":"zeethecyber","description":"A robust backend API for an e-commerce application, built using Nest.js. It features authentication, product management, order processing, and database integration, providing a scalable and efficient solution for modern online stores.","archived":false,"fork":false,"pushed_at":"2024-11-19T12:51:33.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T01:11:37.440Z","etag":null,"topics":["ecommerce","nestjs","nestjs-backend","postgresql","prisma","rest-api","serversentevents","sse"],"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/zeethecyber.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":"2024-11-09T12:50:03.000Z","updated_at":"2024-11-19T12:59:04.000Z","dependencies_parsed_at":"2025-02-24T01:11:26.698Z","dependency_job_id":null,"html_url":"https://github.com/zeethecyber/ecommerce-nest","commit_stats":null,"previous_names":["zeethecyber/ecommerce-nest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeethecyber/ecommerce-nest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeethecyber%2Fecommerce-nest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeethecyber%2Fecommerce-nest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeethecyber%2Fecommerce-nest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeethecyber%2Fecommerce-nest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeethecyber","download_url":"https://codeload.github.com/zeethecyber/ecommerce-nest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeethecyber%2Fecommerce-nest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["ecommerce","nestjs","nestjs-backend","postgresql","prisma","rest-api","serversentevents","sse"],"created_at":"2024-11-09T23:04:17.386Z","updated_at":"2026-05-02T08:34:36.816Z","avatar_url":"https://github.com/zeethecyber.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Overview\n\nThis is the backend for REST APIs of an ecommerce application built with Nest.js. This app includes REST APIs basic ecommerce features. The featuers are written below.\n\n### Features\n\nThis app has following features/modules.\n\n- Manage categories\n- Manage sub-categories\n- Manage Products\n- Reviews/Ratings on products from customers\n- Manage products wishlist\n- Manage user profile\n- Manage user cart\n- Place orders\n- Notifications\n- User management (Admin | User)\n\n### Major Dependencies\n\n- Nest.js\n- Prisma\n- PostgreSQL\n\n### How to Setup\n\n1.  First you'll need to install postgreSQL in your local system to setup database.\n2.  Install dependecies\n\n    ```plaintext\n    npm install\n    ```\n\n3.  Delete `migrations` folder from `prisma/` for a fresh start. (Optional)\n4.  Migrate database using prisma. It will prompt you for migration name. You can name it anything. e.g. `initial_migration`\n\n    ```plaintext\n    npx prisma migrate dev\n    ```\n\n5.  Run the app\n\n    ```plaintext\n    npm run start:dev\n    ```\n\n6.  Your app will start running on PORT 3000.\n\n### How to setup APIs\n\nPlease refer to the provided postman collection in the root folder\n\n### Notification Handling\n\nThis project using built-in Server-sent-event system to send server to client events. Use javascript's `EventSource` API to connect with `{{base_url}}/notifications/{{userId}}`. You can find this API in notification folder in postman. The EventSource will return an object with message property containing the notification text.\n\n### Contributions\n\nContributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeethecyber%2Fecommerce-nest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeethecyber%2Fecommerce-nest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeethecyber%2Fecommerce-nest/lists"}