ApiMarket is an application developed in C# aimed at creating an e-commerce platform using REST APIs. The project utilizes a layered architecture, ensuring a clear separation of responsibilities, which simplifies maintenance and enhances the scalability of the application. The application also leverages SQL Server for database management and Entity Framework for ORM (Object-Relational Mapping).
- Layered Architecture: Responsible for dividing the application logically into layers such as data, business, and presentation.
- Technologies Used: C#, ASP.NET Core, REST APIs, SQL Server, Entity Framework.