Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 336 Bytes

File metadata and controls

15 lines (14 loc) · 336 Bytes

Strapi model folder structure

project
├── api
│   ├── config
│   │   ├── routes.json
│   ├── controllers
│   │   ├── Bakery.js
│   ├── models
│   │   ├── Bakery.js
│   │   ├── Bakery.settings.json
│   ├── services
│   │   ├── Bakery.js