Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

voorhoede/code-class-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Class Express

Getting started

# clone repository
$ git clone [email protected]:voorhoede/code-class-express.git

# go inside
$ cd code-class-express

# install dependencies
$ npm install

# start server http://localhost:9777
$ npm start

Exercises

  1. Use custom middelware
  2. Read request values
  3. Find a route
  4. Respond in kind

Solutions

See Solutions branch

Slides

Code class Express presentation (PDF)

What's next?

Done? You might like these code classes next:

Tips

Debugging with Node.js inspector

Node.js's built-in inspector (node --inspect) works great for debugging Node.js with Chrome DevTools. Nodemon however restarts our Node.js server on every code change creating a new URL for debugging. To have your DevTools automatically reconnect with your new app you can use the NIM (Node Inspector Manager) Chrome extension.

About

Exercises with the Express web framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published