
Set up a node.js project with express to build a photo web app using the Instagram API, initialize npm, install dependencies, configure static assets and view engine, and run locally.
Learn to set up an EJS template, create new files like header and footer, and include partials with Bootstrap nav bars for a photo web app.
Style an instagram api photo grid in a node.js app by creating style.css, applying body padding, and detailing image styles with borders, border radius, box shadow, margins, and alignment.
Tie up the project by finishing a photo web app that uses the Instagram API in Node.js, rendering popular photos, and enabling navigation to single photo pages.
Last updated: 25/4/2015
This course is a basic course that will teach basic nodejs capabilities like using an API and using one of nodejs finest templates which is EJS.
The course is aim at beginner students who still struggling to get the basic of nodejs and as well as understanding the true power of nodejs.
Nodejs is different from other programming languages because of its power of non-blocking. In this course we will be building a basic photo application, and we are not going to build it from scratch, we are going to use Instagram API.
Basic requirements:
1) HTML/CSS
2) Javascript
You are going to learn all of these technologies by doing. This course is really simple compare to my other course.