I created a client-server web app using Java backend (JBoss RESTEasy, Jackson, MongoDB) and Javascript frontend (just jQuery and some plugins).

Now as I learning Javascript I want to create the same app using MEAN stack.

What should I start with? All necessary tools are installed (node.js, grunt, bower etc). MongoDB with needed data is ready.

Should I start with Mongoose model for my data? Or with Angular part?

有帮助吗?

解决方案

I would suggest building bottom-up from the existing documents in MongoDB to the Mongoose models and doing a quick prototype to replicate a key performance scenario of your existing application. This will help with capacity planning, you'll have real application workloads and a foundation to add Angular on top of later.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top