{"id":24472482,"url":"https://github.com/ct0rm4n/cleanarch-commerce","last_synced_at":"2025-04-13T11:45:36.686Z","repository":{"id":269879009,"uuid":"793310987","full_name":"ct0rm4n/CleanArch-Commerce","owner":"ct0rm4n","description":"CleanArch Commerce - CQRS - DDD - Microservices - MicroOrm","archived":false,"fork":false,"pushed_at":"2025-02-03T02:49:29.000Z","size":44736,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T05:51:42.510Z","etag":null,"topics":["clean-architecture","cqrs","csharp","csharp-app","csharp-code","dapper","dapper-donet-core","ddd","docker","dotnet","dotnet-core","dotnetcore","gateway-api","microorm","microservice","microsoft","ocelot-gateway","proxy-reverse","tdd"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/pedro-torman","language":"C#","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/ct0rm4n.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T01:13:06.000Z","updated_at":"2025-03-31T14:45:40.000Z","dependencies_parsed_at":"2025-01-03T12:48:40.349Z","dependency_job_id":null,"html_url":"https://github.com/ct0rm4n/CleanArch-Commerce","commit_stats":null,"previous_names":["ct0rm4n/fastcommerce","ct0rm4n/cleanarch-commerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct0rm4n%2FCleanArch-Commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct0rm4n%2FCleanArch-Commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct0rm4n%2FCleanArch-Commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct0rm4n%2FCleanArch-Commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ct0rm4n","download_url":"https://codeload.github.com/ct0rm4n/CleanArch-Commerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710404,"owners_count":21149185,"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":["clean-architecture","cqrs","csharp","csharp-app","csharp-code","dapper","dapper-donet-core","ddd","docker","dotnet","dotnet-core","dotnetcore","gateway-api","microorm","microservice","microsoft","ocelot-gateway","proxy-reverse","tdd"],"created_at":"2025-01-21T08:12:26.457Z","updated_at":"2025-04-13T11:45:36.657Z","avatar_url":"https://github.com/ct0rm4n.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CleanArch Commerce - Sample\n\nThis is an e-commerce project developed with Blazor and .NET 8. The project includes a catalog API, an API gateway using Ocelot, and a Blazor WebAssembly client application.\n\nFast Architecture:\n![image](https://drive.google.com/uc?export=view\u0026id=1UERJQpkr7gxBEl_z1EBlpyxlVE55nTxS)\n\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\n- [x] Net. 8\n- [x] API Gateway - \u003ca href=\"https://github.com/ThreeMammals/Ocelot\"\u003eOcelot\u003c/a\u003e\n- [X] ORM - \u003ca href=\"https://github.com/DapperLib/Dapper\"\u003eDapper\u003c/a\u003e\n- [ ] RabbitMQ\n- [X] Authentication\n- [ ] Payment - \u003ca href=\"https://app.openpix.com/\"\u003eOpenPix\u003c/a\u003e\n- [ ] Authorization ACL\n- [X] CQRS Patern Generic\n- [ ] Webhook Client\n- [ ] Multi-language Support\n    - [ ] Chinese\n    - [ ] Spanish\n    - [ ] English\n\n\n## Requirements\n\nTo run this project, you will need to have the following software installed:\n\n- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)\n- [Docker](https://www.docker.com/get-started) (with Linux support)\n\n## Environment Setup\n\n1. **Clone the repository:**\n    git clone https://github.com/ct0rm4n/FastCommerce.git cd fastcommerce\n\n2. **Ensure Docker is running:**\n   Verify that Docker is installed and running on your system. You can check this by running the following command:\n   docker --version   \n\n3. **Build and start the Docker containers:**\n   Navigate to the root directory of the project and run the command below to build and start the Docker containers:\n   docker-compose up\n   This command will build the necessary Docker images and start the containers defined in the `docker-compose.yml` file.\n\n## Project Structure\n\n- **Api.Ocelot**: API gateway using Ocelot.\n- **FastCommerce.Api.Catalog**: Catalog API for managing products and categories.\n- **UI**: Blazor WebAssembly client application.\n\n## Accessing the Application\n\nAfter running the `docker compose up` command, you can access the application at the following URLs:\n\n- **API Gateway**: [http://host.docker.internal:5000/swagger/index.html](http://host.docker.internal:5000/swagger/index.html)\n- **Blazor Client Application**: [http://localhost:5005](http://host.docker.internal:5005)\n\n## SQL Scripts\n\nThe project includes an SQL script (`CreateDatabase.sql`) to create the database and necessary tables. This script is automatically executed when the catalog API starts, ensuring the database is properly configured.\n\n## Contribution\n\nIf you would like to contribute to this project, feel free to open a pull request or report issues in the repository.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct0rm4n%2Fcleanarch-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fct0rm4n%2Fcleanarch-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct0rm4n%2Fcleanarch-commerce/lists"}