An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ApiMarket
![Badge em Desenvolvimento](http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge)

## 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.