{"id":19623301,"url":"https://github.com/alishahbazi81/auctria_application","last_synced_at":"2026-05-12T22:39:03.107Z","repository":{"id":210358909,"uuid":"726374815","full_name":"AliShahbazi81/Auctria_Application","owner":"AliShahbazi81","description":"A minimal e-Commerce store ","archived":false,"fork":false,"pushed_at":"2024-02-04T03:06:55.000Z","size":541,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T11:50:00.730Z","etag":null,"topics":["mailkit-libraries","redis","sqllite","sqllite-database","stripe","twilio","xunit"],"latest_commit_sha":null,"homepage":"","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/AliShahbazi81.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}},"created_at":"2023-12-02T07:44:15.000Z","updated_at":"2023-12-05T00:45:29.000Z","dependencies_parsed_at":"2024-02-04T04:20:48.109Z","dependency_job_id":"b157a4a0-769c-403a-ae92-60c545aa050f","html_url":"https://github.com/AliShahbazi81/Auctria_Application","commit_stats":null,"previous_names":["alishahbazi81/auctria_application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliShahbazi81%2FAuctria_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliShahbazi81%2FAuctria_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliShahbazi81%2FAuctria_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliShahbazi81%2FAuctria_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliShahbazi81","download_url":"https://codeload.github.com/AliShahbazi81/Auctria_Application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240919759,"owners_count":19878666,"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":["mailkit-libraries","redis","sqllite","sqllite-database","stripe","twilio","xunit"],"created_at":"2024-11-11T11:33:05.705Z","updated_at":"2026-05-12T22:38:58.063Z","avatar_url":"https://github.com/AliShahbazi81.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003ch1\u003eAuctria Application\u003c/h1\u003e\n    \u003cp\u003eAuctria Application is an innovative e-commerce platform designed for auctioning products with a focus on efficiency and scalability. This exclusively backend application caters to both administrators managing the platform and users participating in auctions. It is built using a clean architecture that separates concerns, allowing for easy maintenance and scalability.\u003c/p\u003e\n    \u003ch2\u003eKey Features\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eProduct Management:\u003c/strong\u003e Admins can add, update, and remove products, ensuring the auction inventory is always up to date.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eCategory Management:\u003c/strong\u003e Organize products into categories for easier navigation and management.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eShopping Cart:\u003c/strong\u003e Users can add products to a shopping cart, facilitating a seamless checkout process.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003ePayment Integration:\u003c/strong\u003e Secure payment processing with integrated payment gateways.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eUser Management:\u003c/strong\u003e Robust user management, including registration, authentication, and user roles.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eNotification Service:\u003c/strong\u003e Email and SMS notifications keep users informed about auction activities.\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eArchitecture Overview\u003c/h2\u003e\n    \u003cp\u003eThe Auctria Application architecture is built around several core components:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eData Access Layer:\u003c/strong\u003e Manages data persistence and retrieval, interfacing with the database.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eDomain Entities:\u003c/strong\u003e Represents the business logic and rules of the application.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eService Layer:\u003c/strong\u003e Encapsulates business logic, providing a clear separation from the presentation layer.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eControllers:\u003c/strong\u003e Handle incoming HTTP requests and respond with the appropriate action.\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eTechnologies Used\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eBackend:\u003c/strong\u003e .NET 5 for building RESTful APIs.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eDatabase:\u003c/strong\u003e Entity Framework Core as the ORM with SQL Server for data storage.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eAuthentication:\u003c/strong\u003e ASP.NET Identity for user management and authentication.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003ePayment Gateway:\u003c/strong\u003e Stripe API for handling payments.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eNotifications:\u003c/strong\u003e Twilio for SMS services and SMTP for email notifications.\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eGetting Started\u003c/h2\u003e\n    \u003ch3\u003ePrerequisites\u003c/h3\u003e\n    \u003cul\u003e\n        \u003cli\u003e.NET 5 SDK\u003c/li\u003e\n        \u003cli\u003eSQL Server\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch3\u003eSetup and Installation\u003c/h3\u003e\n    \u003col\u003e\n        \u003cli\u003eClone the repository:\n            \u003cpre\u003e\u003ccode\u003egit clone https://github.com/AliShahbazi81/Auctria_Application.git\u003c/code\u003e\u003c/pre\u003e\n        \u003c/li\u003e\n        \u003cli\u003eNavigate to the project directory and restore dependencies:\n            \u003cpre\u003e\u003ccode\u003edotnet restore\u003c/code\u003e\u003c/pre\u003e\n        \u003c/li\u003e\n        \u003cli\u003eUpdate the database:\n            \u003cpre\u003e\u003ccode\u003edotnet ef database update\u003c/code\u003e\u003c/pre\u003e\n        \u003c/li\u003e\n        \u003cli\u003eStart the application:\n            \u003cpre\u003e\u003ccode\u003edotnet run\u003c/code\u003e\u003c/pre\u003e\n        \u003c/li\u003e\n    \u003c/ol\u003e\n    \u003cp\u003eNote: This project is a backend-only application and does not include a frontend component.\u003c/p\u003e\n    \u003ch2\u003eContributing\u003c/h2\u003e\n    \u003cp\u003eWe welcome contributions to the Auctria Application! To contribute, please fork the repository, make your changes, and submit a pull request.\u003c/p\u003e\n    \u003ch2\u003eLicense\u003c/h2\u003e\n    \u003cp\u003eThis project is licensed under the MIT License. See the LICENSE file for more details.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falishahbazi81%2Fauctria_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falishahbazi81%2Fauctria_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falishahbazi81%2Fauctria_application/lists"}