ga-wdi-boston / mongoose

An introduction to mongoose
Other
5 stars 136 forks source link

Update to use same domains used in rails #27

Open RealWeeks opened 8 years ago

RealWeeks commented 8 years ago

via @gaand

gaand commented 8 years ago

ga-wdi-boston/mongodb-crud#17

raq929 commented 7 years ago

17 was closed, but I think we should also move app-people.js to app/controllers/people.js.

As well as any other app- files.

gaand commented 7 years ago

Not app. It's not really a controller. Things executed from the command line belong in bin. Code used by those things belong in lib. Models belong in [directory/]models. Or some such.