Agenda

Project Structure

Routing Requests

Routes with Express.js

POST Requests with Express.js

Node.js Project Structure

Wendi's Web - Node.JS: Basic Project Structure

Review:

Node.js projects should NOT go in the public_html directory

Node.js apps have a different structure that you’re used to for web applications and web sites

recall:

Basic Routing with Node.js

Wendi's Web - Node.JS: Routing Requests

route = how an app should respond to a request to a specific url