V
V
Vadim2014-09-26 21:06:02
MongoDB
Vadim, 2014-09-26 21:06:02

Where can I find a good tutorial on angular node mongo bundle?

I'm looking for a tutorial. Everything I found was in English. There are problems with the language, so not everything is clear. Maybe someone has information on resources with which it is easy to start learning. There may be examples of simple applications, etc. I don't know where to start.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-09-26
Protko @Fesor

First, let's simplify the search task. angular + node = angular + rest. Angular does not care what the backend is implemented on if there is an Orthodox rest.
So we have angular + rest and node.js + mongo. Further, for node.js, things like express.js or frameworks based on it are usually used. It is worth reading about monga separately, because designing a base on monga is not so simple as it might seem at first glance. You have to get into the ideology.
I summarize: we learn to write on angular.js without a server, we learn to write rest api on node.js, we learn to work with mongodb, we connect everything together.

S
Sergey Romanov, 2014-09-27
@Serhioromano

angular.js + (node.js + espress.js) + mongoDB = mean.js
Just found the tutorial series for MEAN
https://www.youtube.com/playlist?list=PL6rhBJX0L3T...
And it continues. Every day a lesson.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question