{"id":20642025,"url":"https://github.com/hanymedhat10/amazon-backend-api","last_synced_at":"2026-04-07T07:45:45.379Z","repository":{"id":258353735,"uuid":"860133097","full_name":"HanyMedhat10/Amazon-Backend-API","owner":"HanyMedhat10","description":"expressJs backend rest api - Amazon Backend (API) Ecommerce project for flutter Amazon app Clone","archived":false,"fork":false,"pushed_at":"2025-03-18T21:27:26.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:32:50.096Z","etag":null,"topics":["docker","ecommerce-api","expressjs","javascript","mongodb","mongodb-atlas","mongoose","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/HanyMedhat10.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-19T22:07:09.000Z","updated_at":"2025-03-18T21:27:24.000Z","dependencies_parsed_at":"2024-10-19T02:48:15.539Z","dependency_job_id":null,"html_url":"https://github.com/HanyMedhat10/Amazon-Backend-API","commit_stats":null,"previous_names":["hanymedhat10/amazon-backend-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HanyMedhat10/Amazon-Backend-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanyMedhat10%2FAmazon-Backend-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanyMedhat10%2FAmazon-Backend-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanyMedhat10%2FAmazon-Backend-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanyMedhat10%2FAmazon-Backend-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HanyMedhat10","download_url":"https://codeload.github.com/HanyMedhat10/Amazon-Backend-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanyMedhat10%2FAmazon-Backend-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","ecommerce-api","expressjs","javascript","mongodb","mongodb-atlas","mongoose","rest-api","restful-api"],"created_at":"2024-11-16T16:07:43.144Z","updated_at":"2026-04-07T07:45:45.374Z","avatar_url":"https://github.com/HanyMedhat10.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Backend API\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/4/4a/Amazon_icon.svg\" alt=\"Amazon Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n## Description\n\nBackend API service for Amazon clone application. This service provides the necessary endpoints for user authentication, product management, and order processing.\n\n## Associated Projects\n\n- 📱 Mobile App Repository: [Amazon App Clone](https://github.com/HanyMedhat10/Amazon_App_Clone.git)\n\n## Dependencies\n\n```json\n{\n  \"bcrypt\": \"^5.1.1\",\n  \"bcryptjs\": \"^2.4.3\",\n  \"config\": \"^3.3.12\",\n  \"cros\": \"^1.0.1\",\n  \"dotenv\": \"^16.4.5\",\n  \"express\": \"^4.21.0\",\n  \"http\": \"^0.0.1-security\",\n  \"jsonwebtoken\": \"^9.0.2\",\n  \"mongod\": \"^2.0.0\",\n  \"mongoose\": \"^8.7.0\"\n}\n```\n\n## Development Dependencies\n\n```json\n{\n  \"nodemon\": \"^3.1.7\"\n}\n```\n\n## Features\n\n- User Authentication\n- Product Management\n- Order Processing\n- Admin Dashboard\n- Cart Management\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file with required environment variables\n\n```env\nDB_URL=your_DB_URL\nJWT_SECRET=your_JWT_SECRET\n```\n\n4. Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n## Available Scripts\n\n- `npm start`: Start the production server\n- `npm run dev`: Start development server with nodemon\n- `npm run start:debug`: Start server in debug mode\n- `npm run start:dev`: Start server in watch mode\n\n## API Base URL\n\n```\n/api\n\nAvailable endpoints:\n/api/auth  - Authentication routes\n/api/admin - Admin management routes\n/api/product - Product management routes\n/api/user - User management routes\n```\n\n## Author\n\nHany Medhat\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanymedhat10%2Famazon-backend-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanymedhat10%2Famazon-backend-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanymedhat10%2Famazon-backend-api/lists"}