Skip to content

dangkhoaaaa/Fashsion_Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fashing_Shop (.NET CORE)

Fashion shops sell all kinds of fashion items such as clothes, shoes, watches, etc. Helping users easily search and access the hottest fashions in the market.

Function Basic

Display Product, Category View

Search and Filter Products, Paging

View Detail Product

Cart

File Structure

  • Project
    • Connected Services
    • Dependencies
    • Properties/
    • wwwroot/
    • Areas/
    • Components/
    • Controllers/
    • Data/
    • Models/
    • View/
    • appsettings.json
    • Program.cs

MVC Model

Explain the MVC model used in your project here.

MVC stands for Model-View-Controller, which is a design pattern commonly used in web development. In this pattern, the application is divided into three interconnected components:

Model: Represents the data and the business logic of the application. View: Represents the presentation layer of the application. Controller: Acts as an intermediary between the Model and the View, handles user input, and updates the Model and View accordingly. In our project, we have implemented the MVC model as follows:

Model: Contains the data and the business logic of the application. It is located in the models/ directory. View: Contains the presentation layer of the application. It is located in the views/ directory. Controller: Acts as an intermediary between the Model and the View, handles user input, and updates the Model and View accordingly. It is located in the controllers/ directory. The routes/ directory contains the routes that map to the different actions that the user can perform in the application. The app.js file is the main file of the application, and it sets up the server and the middleware. The package.json file contains the dependencies and scripts used in the project.

Contact

If you have any questions or suggestions regarding this project, please feel free to contact me. I appreciate your feedback and will do our best to respond to your inquiries in a timely manner.

Thank you for your interest in our project!