{"id":24910366,"url":"https://github.com/gokul1630/ecommerce_backend","last_synced_at":"2026-04-15T10:37:13.891Z","repository":{"id":48792649,"uuid":"516638449","full_name":"gokul1630/ecommerce_backend","owner":"gokul1630","description":"Express.js Backend For E-Commerce Applications","archived":false,"fork":false,"pushed_at":"2022-07-23T10:05:02.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T21:47:54.961Z","etag":null,"topics":["api","ecommerce","express","nodejs","rest-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gokul1630.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}},"created_at":"2022-07-22T06:35:22.000Z","updated_at":"2023-08-31T07:07:02.000Z","dependencies_parsed_at":"2022-09-17T10:31:43.849Z","dependency_job_id":null,"html_url":"https://github.com/gokul1630/ecommerce_backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/gokul1630/ecommerce_backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokul1630%2Fecommerce_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokul1630%2Fecommerce_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokul1630%2Fecommerce_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokul1630%2Fecommerce_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gokul1630","download_url":"https://codeload.github.com/gokul1630/ecommerce_backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokul1630%2Fecommerce_backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"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":["api","ecommerce","express","nodejs","rest-api"],"created_at":"2025-02-02T03:35:35.726Z","updated_at":"2026-04-15T10:37:13.874Z","avatar_url":"https://github.com/gokul1630.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ecommerce Backend\n\n[![CodeFactor](https://www.codefactor.io/repository/github/gokul1630/ecommerce_backend/badge)](https://www.codefactor.io/repository/github/gokul1630/ecommerce_backend)\n\n# Run This Repo Locally\n\n### You need to create a .env file with below contents in root of the project\n#### look `.env.sample` for More details\n\n```\nJWT_SECRET= \u003cyour secret key\u003e\nEXPIRES_IN= \u003cjwt token expire time\u003e\nMONGO_URL= \u003curl for mongodb\u003e\n```\n\n### use this commands to generate `secret key`\n\n```\nnode\nrequire('crypto').randomBytes(64).toString('hex')\n```\n\n## Then run below commands to start the server\n\n```\nnpm install \u0026\u0026 npm start\n```\n\n# Features\n- Products listing\n- Fetch Products by Categories\n- Cart Functionality\n- Used jsonwebtoken for Authentication\n- Separate Login/SignUp for Users and Owners\n- Password is Encrypted with Bcrypt\n- more features on the way...\n\n# Documentation for Available Routes\n\n- [User](https://github.com/gokul1630/backend_ecommerce/blob/main/docs/user.md)\n- [Owner](https://github.com/gokul1630/backend_ecommerce/blob/main/docs/owner.md)\n- [Products](https://github.com/gokul1630/backend_ecommerce/blob/main/docs/products.md)\n- [Category](https://github.com/gokul1630/backend_ecommerce/blob/main/docs/category.md)\n- [Cart](https://github.com/gokul1630/backend_ecommerce/blob/main/docs/cart.md)\n\n\n# Packages Used\n\n- express (main framework for this backend)\n- bcrypt (to encrypt \u0026 decrypt the password)\n- jsonwebtoken (to protect routes from unauthorised access)\n- mongoose (ODM for connecting the MongoDB with this backend)\n- cors (to resolve cross orgin resource issues)\n- dotenv (to load env files)\n\n# Todo\n\n- rate limiter\n- pagination\n- passport authentication\n- rebase whole code to oops pattern with Typescript\n- improve code quality","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokul1630%2Fecommerce_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgokul1630%2Fecommerce_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokul1630%2Fecommerce_backend/lists"}