philj0st / express-workshop

A *Introduction to Express* workshop held @recursecenter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-workshop

A Introduction to Express workshop held @recursecenter.

Run it

git clone https://github.com/phipix01/express-workshop
npm install
node server.js

Topics

  1. Set up skeleton
  2. Discover Route methods, paths and handlers
  • patterns in paths & different response methods
  1. Write & integrate a tiny logging middleware
  2. Integrate mustache rendering engine and create templates leveraging partials
  3. (optional) build a little qr-code generation API

About

A *Introduction to Express* workshop held @recursecenter.

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 10.1%