{"id":19068065,"url":"https://github.com/ak4m410x01/ecommerceapi","last_synced_at":"2025-04-28T13:11:33.107Z","repository":{"id":242050350,"uuid":"807221455","full_name":"ak4m410x01/ECommerceAPI","owner":"ak4m410x01","description":"The e-commerce API streamlines user interactions and management, encompassing authentication, product handling, cart management, orders, and payments, providing a comprehensive solution for online store operations.","archived":false,"fork":false,"pushed_at":"2024-07-18T20:55:55.000Z","size":681,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T16:21:38.894Z","etag":null,"topics":["amazon","clean-architecture","cqrs","csharp","design-patterns","docker","docker-compose","dotnet","ecommerce","efcore","jwt","mediator","online-shop","online-store","ordering","payment","restful-api","solid","sqlserver","webapi"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ak4m410x01.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-05-28T17:27:57.000Z","updated_at":"2024-07-18T20:55:58.000Z","dependencies_parsed_at":"2024-05-31T11:25:21.841Z","dependency_job_id":"34e8500b-4ee4-4d4e-8483-7147360ccd9c","html_url":"https://github.com/ak4m410x01/ECommerceAPI","commit_stats":null,"previous_names":["ak4m410x01/ecommerceapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FECommerceAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FECommerceAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FECommerceAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak4m410x01%2FECommerceAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ak4m410x01","download_url":"https://codeload.github.com/ak4m410x01/ECommerceAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319606,"owners_count":21570428,"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":["amazon","clean-architecture","cqrs","csharp","design-patterns","docker","docker-compose","dotnet","ecommerce","efcore","jwt","mediator","online-shop","online-store","ordering","payment","restful-api","solid","sqlserver","webapi"],"created_at":"2024-11-09T01:03:43.263Z","updated_at":"2025-04-28T13:11:32.921Z","avatar_url":"https://github.com/ak4m410x01.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce API\n\n## Details\n\nThe e-commerce API streamlines user interactions and management, encompassing authentication, product handling, cart management, orders, and payments, providing a comprehensive solution for online store operations.\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"./assets/images/cover.jpg\" width=\"100%\"\u003e\n\u003c/div\u003e\n\n## ⚙ Tools and Technologies used\n\n1. **[C#](https://dotnet.microsoft.com/en-us/languages/csharp)**: The C# language is the most popular language for the .NET platform, a free, cross-platform, open-source development environment.\n2. **[.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet)**: ASP.NET Core is an open-source modular web-application framework. It is a redesign of ASP.NET that unites the previously separate ASP.NET MVC and ASP.\n3. **[Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)**: Microsoft SQL Server (Structured Query Language) is a proprietary relational database management system developed by Microsoft.\n4. **[JWT (JSON Web Tokens)](https://jwt.io/)**: A standard for securely transmitting information between parties as JSON objects, commonly used for authentication and authorization in web applications.\n5. **[Docker](https://www.docker.com/)**: Containerization platform that simplifies the deployment and management of applications by packaging them into portable containers, ensuring consistency across different environments.\n6. **[Docker Compose](https://docs.docker.com/compose/)**: Tool for defining and running multi-container Docker applications, enabling seamless configuration and orchestration of complex application architectures.\n\n---\n\n## 🛠 Installation and setup\n\n1. Install Docker [here](https://www.docker.com/get-started/)\n2. Install Git [here](https://git-scm.com/downloads)\n3. Create a working directory:\n\n   ```bash\n   mkdir ~/ECommerce \u0026\u0026 cd ~/ECommerce\n   ```\n\n4. Clone the repository\n\n   ```bash\n   git clone https://github.com/ak4m410x01/ECommerceAPI.git .\n   ```\n\n5. Start the application\n\n   ```bash\n    docker compose up -d\n   ```\n\n6. Access API: http://localhost:8080/Swagger/index.html\n\n7. Access DB: localhost:1433\n\n8. Don't forget .env file with variables\n\n| Variable                               | Value                                                                                                        |\n| -------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| SA_PASSWORD                            | P@ssw0rd                                                                                                     |\n| ConnectionStrings\\_\\_DefaultConnection | Server=sqlserver;Database=SakanyDb;User ID=sa;Password=P@ssw0rd;Encrypt=False;Trust Server Certificate=True; |\n| ASPNETCORE_ENVIRONMENT                 | Development                                                                                                  |\n\nnote:\nthese variables are for the lab environment only... don't use these in xxx production environments xxx\n\n---\n\n## 🛠 Documentation and Endpoints\n\n1. [Postman]()\n2. [Apidog]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak4m410x01%2Fecommerceapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fak4m410x01%2Fecommerceapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak4m410x01%2Fecommerceapi/lists"}