Difference between revisions of "Mean stack"

From Wiki2
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==MEAN Mongo Express Angular Node==
[http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/ tutorial]
[http://webapplog.com/tutorial-node-js-and-mongodb-json-rest-api-server-with-mongoskin-and-express-js/ rest mongo express]
[http://thecodebarbarian.wordpress.com/2013/07/29/introduction-to-the-mean-stack-part-two-building-and-testing-a-to-do-list/?relatedposts_exclude=76 todolist tut]
avoid callback hell, fire events instead [https://github.com/mckennatim/WebUnleashedNodeWorkshop/blob/master/Files/Part%202/Custom%20Events/server.js see]  
avoid callback hell, fire events instead [https://github.com/mckennatim/WebUnleashedNodeWorkshop/blob/master/Files/Part%202/Custom%20Events/server.js see]  


Line 22: Line 29:


for model in angular use https://github.com/mgonto/restangular
for model in angular use https://github.com/mgonto/restangular
faisal does
yo angular:service apiService
faisal.abid@gmail.com
@FaisalAbid

Latest revision as of 12:20, 10 March 2014

MEAN Mongo Express Angular Node

tutorial

rest mongo express

todolist tut

avoid callback hell, fire events instead see

generic pool object for mysql connection from node

orm for mongodb

first parameter of callback is error

supertest and chai for testing api in mocha

http://www.rethinkdb.com/ more relational like

npm --save cats

angular owns the dom , jquery tries to

ngmodules.org is replacing jquery stuff

angular batarang - most useful chrome extension

http://egghead.io to learn angular

for model in angular use https://github.com/mgonto/restangular

faisal does yo angular:service apiService

faisal.abid@gmail.com @FaisalAbid