####Init framework https://gist.github.com/bbrochier/38f593acbc3a3af1c9cd
###Express (Back end)
####1. Semi automatic method
#####1.1 Add a Model
yo meanjs:express-model category
#####1.2 Add Properties a Model
Edit app/models/category.server.model.js
#####1.3 Add a Controller
yo meanjs:express-controller categories
#####1.4 Add a Route
yo meanjs:express-route categories
####2. OR Automatic method
yo meanjs:crud-module categories
--
###Angular (Front end)
#####1. Generate module
yo meanjs:angular-module categories
#####2. Config module
yo meanjs:angular-config categories
#####3. Add route to module
yo meanjs:angular-route categories
#####4. Add "POST view" to module
yo meanjs:angular-view create-category
#####5. Add service to module
yo meanjs:angular-service categories
Hi Brother,
I am getting a question like "Which module does this controller belongs to?" this in the CLI after I type any of these commad. Is there any solution for this?