Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.79 KB

APIEndpoint.md

File metadata and controls

55 lines (48 loc) · 1.79 KB

Introduction

​ Welcome to e-commerce rest API documentation. This documentation will help you in understanding how you can collabrate my work with your Feedback. You will have the right to read, create, modify and delete the respective data from database using these API's through user interface. Role based Authorization has not been applied yet. ​ Following is the API Category:​

Project Structure Backend


       ├───bin
       │   ├───Debug
       │   │   └───net6.0
       │   │       └───publish
       │   ├───Publish
       │   └───Realease
       │       └───net6.0
       ├───Common
       ├───Controllers
       ├───Db
       ├───DTOs
       ├───Middlware
       ├───Migrations
       ├───Models
       │   └───Order
       ├───obj
       │   ├───Debug
       │   │   └───net6.0
       │   │       ├───ref
       │   │       ├───refint
       │   │       └───staticwebassets
       │   └───Realease
       │       └───net6.0
       │           ├───ref
       │           ├───refint
       │           └───staticwebassets
       ├───Properties
       └───Services
           ├───Auth
           ├───Category
           ├───File
           ├───Order
           ├───Product
           └───Token

Fullstack Project