harryworld / mean-learning-notes

Notes for learning MEAN Stack from Scratch
MIT License
2 stars 0 forks source link

Notes from lesson 29/Jan/2015 #3

Open saralkochar opened 9 years ago

saralkochar commented 9 years ago

img_1737 copy img_1738 copy Harry’s notes: (2015-01-29) git checkout -b debug checkout is to switch to branch and -b is to create a new branch and the name

to switch back to master: type git checkout master

: Go through what rick did and tell Harry what he did.

for Front end side: Console.log and see the sequence and find back from the source files

finish the intermediate part

for the server side: build the API and test our own API with POSTMAN. With Postman you can see the results for correct.

For rick: see what are the API he is using and use POSTMAN to call those API separately to see what’s inside.

Jquery Ajax part: http://api.jquery.com/jQuery.ajax/