API Design with Node

Learn to build with Node, Express and Mongo

What you'll need to know

  • JavaScript
  • basic HTTP knowledge
  • basic API knowledge

Dependencies

  • Node 6+
  • Yarn or Npm (Yarn recommended)
  • Mongo (if you don't have this, signup for a free mongo DB at mLab)

Getting Started

The curriculum is broken up by branches. Each branch walks through a different steps. There are usually some tests you must get to pass. For each branch, there is a solution branch.

  • Checkout to the first lesson branch git checkout step-1