Locations module: Create the folder structure
Before you start implementing the logic of the Locations 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 LocationsModule project:
- Configuration
- Data
- OpenAccess in the Data folder
- Model
- Web
- Services inside the Web folder
- Data inside the Services folder
- UI inside the Web folder
- Public inside the UI folder
- Designers inside the Public folder
- Resources inside the Public folder