Written By: Brandon L. Clark
Date : 12/28/2014
- Introduction
- About Lessons 1. Section One Lessons 2. Section Two Lessons 3. Section Three Lessons 4. Section Four Lessons
- Who is it for?
- What do I need to know?
- What do I need to do?
- JavaScript Libraries
- Section One: Secured Web Connection Template
- Create a Baseline Template with Express
- Generating an Express Application
- Defining Structure to Facilitate Data
- SSL/TLS and Simple Session Management with Express 1. HTTPS for Implementation 2. HTTPS for Development and Testing 3. Session Management
- Section Two: Creating User Interface Requirements
- Jade and Bootstrap
- Structure & Code
- Navbar & Footer Components
- Site Navigation
- Modal and Forms
- Section Three: Connecting Users to Database Functions
- MongoDB using Mongoose
- Defining Structures
- Create & Secure User Object
- Read & Verify User Object
- Update Object
- Delete Object
- Section Four: Software Quality Assurance
- Structure Test Environment
- Create Static Test Data
- Unit Test Cases
- Integration Test Cases
- References