Custom Products module: Create the folder structure
Before you start implementing the logic of the Products module, you must create a list of folders inside your project. Thus, the classes and the resources of the module are ordered.
Create the following folders in the ProductsModule project:
- Configuration
- Data
- Implementation in the Data folder
- Images
- Model
- Web
- Controls in the Web folder
- Scripts in the Controls folder
- Services in the Web folder
- Data in the Services folder
- UI in the Web folder
- Public in the UI folder
- Designers in the Public folder