node.js - Migration from Java backend with simple Javascript frontend to MEAN stack -


i created client-server web app using java backend (jboss resteasy, jackson, mongodb) , javascript frontend (just jquery , plugins).

now learning javascript want create same app using mean stack.

what should start with? necessary tools installed (node.js, grunt, bower etc). mongodb needed data ready.

should start mongoose model data? or angular part?

i suggest building bottom-up existing documents in mongodb mongoose models , doing quick prototype replicate key performance scenario of existing application. capacity planning, you'll have real application workloads , foundation add angular on top of later.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -