{"id":22135109,"url":"https://github.com/kayprogrammer/ecommerce-store-express","last_synced_at":"2026-02-17T03:10:56.957Z","repository":{"id":261211112,"uuid":"834341060","full_name":"kayprogrammer/ecommerce-store-express","owner":"kayprogrammer","description":"An ecommerce API built in ExpressJS and MongoDB","archived":false,"fork":false,"pushed_at":"2025-01-25T20:48:59.000Z","size":3617,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T21:25:38.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kayprogrammer.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-07-27T01:59:45.000Z","updated_at":"2025-01-25T20:49:03.000Z","dependencies_parsed_at":"2025-01-25T21:22:37.728Z","dependency_job_id":"080cd033-cb65-4b8a-8d4c-a8ca3f7c1bd4","html_url":"https://github.com/kayprogrammer/ecommerce-store-express","commit_stats":null,"previous_names":["kayprogrammer/ecommerce-store-express"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fecommerce-store-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fecommerce-store-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fecommerce-store-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fecommerce-store-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayprogrammer","download_url":"https://codeload.github.com/kayprogrammer/ecommerce-store-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236201118,"owners_count":19111407,"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":[],"created_at":"2024-12-01T19:13:46.592Z","updated_at":"2025-10-12T10:31:32.005Z","avatar_url":"https://github.com/kayprogrammer.png","language":"TypeScript","readme":"# ECOMMERCE STORE EXPRESS\n\n![alt text](https://github.com/kayprogrammer/ecommerce-store-express/blob/main/assets/logo.png?raw=true)\n\n\n#### EXPRESS DOCS: [Documentation](https://expressjs.com/)\n#### TYPESCRIPT DOCS: [Documentation](https://www.typescriptlang.org/docs/)\n#### MONGOOSE DOCS: [Documentation](https://mongoosejs.com/docs/) \n\n## Key Features\n***Authentication and Authorization***: Secure your application with robust JWT-based authentication and authorization, ensuring that only authorized users can access protected resources. Features like Google auth and Facebook auth were included.\n\n***Password Reset***: Provides a straightforward password reset process, allowing users to regain access to their accounts quickly and securely.\n\n***Account Verification***: Ensures user authenticity through email verification, enhancing the security of user accounts and preventing fraudulent activities.\n\n***Profiles Management***: Allows users to view, and update their profiles. Other features include shipping addresses view, create, update and delete.\n\n***Shop Management***: Allows users and guests to navigate through products, add to wishlist, add to cart, create and confirm order, view orders etc.\n\n***Seller Management***: Allows vendors/sellers to register as a seller, manage their products, variants and orders.\n\n\n## How to run locally\n* Download this repo or run: \n```bash\n    $ git clone git@github.com:kayprogrammer/ecommerce-store-express.git\n```\n\n#### In the root directory:\n- Install all dependencies\n```bash\n    $ npm install\n```\n- Create an `.env` file and copy the contents from the `.env.example` to the file and set the respective values.\n\n- Generate initial data\n```bash\n    $ npm run seed\n```\nOR\n```bash\n    $ make init\n```\n- Run Locally\n```bash\n    $ npm run dev\n```\nOR\n```bash\n    $ make run\n```\n\n- Run With Docker\n```bash\n    $ docker-compose up --build -d --remove-orphans\n```\nOR\n```bash\n    $ make build\n```\n\n- Test Coverage\n```bash\n    $ npm run test\n```\nOR\n```bash\n    $ make test\n```\n\n## Docs\n#### API Url: [E-Store Swagger Docs](https://estore-express.fly.dev/) \n\n![alt text](https://github.com/kayprogrammer/ecommerce-store-express/blob/main/assets/1.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/ecommerce-store-express/blob/main/assets/2.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/ecommerce-store-express/blob/main/assets/3.png?raw=true)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fecommerce-store-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayprogrammer%2Fecommerce-store-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fecommerce-store-express/lists"}