{"id":25164454,"url":"https://github.com/garyeung/e_commerce_api","last_synced_at":"2026-05-08T03:02:19.626Z","repository":{"id":274150420,"uuid":"907267865","full_name":"garyeung/E_Commerce_API","owner":"garyeung","description":"This project outlines the development of a RESTful API for an e-commerce platform. The API is designed to handle user authentication, product management, shopping cart functionality, and payment processing through Stripe.","archived":false,"fork":false,"pushed_at":"2025-01-25T08:22:02.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T15:51:04.734Z","etag":null,"topics":["e-commerce-api","express","stripe-api","typescript"],"latest_commit_sha":null,"homepage":"https://roadmap.sh/projects/ecommerce-api","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/garyeung.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-12-23T07:51:51.000Z","updated_at":"2025-01-25T08:25:05.000Z","dependencies_parsed_at":"2025-01-25T09:31:44.243Z","dependency_job_id":null,"html_url":"https://github.com/garyeung/E_Commerce_API","commit_stats":null,"previous_names":["garyeung/e_commerce_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garyeung/E_Commerce_API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FE_Commerce_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FE_Commerce_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FE_Commerce_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FE_Commerce_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garyeung","download_url":"https://codeload.github.com/garyeung/E_Commerce_API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FE_Commerce_API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32764770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["e-commerce-api","express","stripe-api","typescript"],"created_at":"2025-02-09T04:30:41.743Z","updated_at":"2026-05-08T03:02:19.564Z","avatar_url":"https://github.com/garyeung.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-commerce API\n(https://roadmap.sh/projects/ecommerce-api)  \nThis project outlines the development of a RESTful API for an e-commerce platform.  \nThe API is designed to handle user authentication, product management, shopping cart functionality, and payment processing through Stripe.  \n\n## Prerequisites\n- Node.js (latest)\n- npm or yarn\n- PostgreSQL database\n- TypeScript\n- Stripe API\n\n## Installation\n```sh\ngit clone https://github.com/garyeung/E_Commerce_API.git\ncd E_Commerce_API\n\nnpm install \n```\nCreating your .env file according to the .env.example file  \n\n### Usage\n```bash\nnpm run dev\nnpm run build\nnpm run test\nnpm run test:watch\n```\n\n## API Endpoints:\n\n### User Oriented:\n```sh\n    POST /user/login\n    POST /user/signup\n    POST /user/checkout\n    GET /user/cart/all\n    POST /user/cart/add\n    PUT /user/cart/update\n    DELETE /user/cart/remove\n```\n### Products Oriented:\n```sh\n    GET /products?search=\n    GET /products/:id\n```\n### Admin Oriented:\n```sh\n    POST /admin/login\n    GET /admin/products\n    GET /admin/products/:id\n    POST /admin/products/add\n    PUT /admin/products/update/:id\n    DELETE /admin/products/remove/:id\n```\n### Stripe Webhook:\n```sh\n    POST /webhook\n```\n\n### Testing:\n    Comprehensive unit and integration tests for all API endpoints.\n\n### Advancement  \n- Upload and store images\n- Order processing and delivery \n- Better database manipulation ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryeung%2Fe_commerce_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaryeung%2Fe_commerce_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryeung%2Fe_commerce_api/lists"}