https://github.com/matheuscfbt/apimarket
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.
https://github.com/matheuscfbt/apimarket
asp-net-core csharp dotnet entity-framework-core layered-architecture rest-api sqlserver
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/matheuscfbt/apimarket
- Owner: MatheusCFBT
- Created: 2024-08-13T16:17:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T18:00:23.000Z (over 1 year ago)
- Last Synced: 2025-10-05T06:36:22.212Z (9 months ago)
- Topics: asp-net-core, csharp, dotnet, entity-framework-core, layered-architecture, rest-api, sqlserver
- Language: C#
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiMarket

## About
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).
## Project Structure
- 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.