berkaygurbuz / ShoppingCart.API

simple shopping cart web API with .NET Core. You can add items to your cart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShoppingCart.API

Introduction

This repo is a simple shopping cart api. It includes CRUD functions whicha are creating new product, deleting product etc. It developed with enterprise architecture and I used the codefirst approach. I used swagger nuGet package to more understandable interface but if you want you can run with Postman.

Architecture

  • API
  • Business
  • DataAccess
  • Entities

Controllers

  • Cart
  • Product

Used Languages/Tools

View

image

To run swagger don't forget to add [your localhost]/swagger

About

simple shopping cart web API with .NET Core. You can add items to your cart.


Languages

Language:C# 100.0%