-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlog.txt
70 lines (70 loc) · 1.5 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Course : Building Web Applications with Node.js and Express 4.0
***************************************************************
# Getting_Started
-- Introduction
-- Our First App
-- NPM Start
-- Simple Routing
-- Bootstrap Templates
-- Static Files
-- Bower
-- Summary
# Setting_Up_Express
-- Introduction
-- What Is Gulp?
-- Coding Standards with JSHint and JSCS
-- JSCS in Gulp
-- Setting up Wiredep
-- Fixing Bootstrap and Wiredep
-- Setting up Gulp-inject
-- Working with Nodemon
-- Summary
# Setting_Up_Gulp
-- Introduction
-- Jade
-- Jade and JavaScript
-- Handlebars
-- EJS
-- Summary
# Templating_Engines
-- Introduction
-- Navigation
-- Routing
-- Rendering
-- Separate Files
-- Single Book Route
-- Rendering a Single Book
-- Router Functions
-- Summary
# Routing
-- Introduction
-- MS Sql
-- Prepared Statements
-- Middleware
-- MongoDB
-- Admin Routes
-- Adding Books
-- Testing Insert
-- Select Many
-- Select One
-- Summary
# Databases
-- Introduction
-- Sign in Form
-- Creating the Auth Routes
-- Passport Middleware
-- Local Strategy
-- Saving the User
-- User Sign In
-- Verifying the User in the Database
-- Securing Routes
-- Securing Multiple Routes
-- Summary
# Authentication
-- Introduction
-- Controllers
-- Goodreads API
-- Services
-- HTTP
-- Adding the Id
-- Summary