This is a repo demonstrating how to:
- build a REST API using
Express
- test the API using
supertest
The repo is part of a talk found at:
Any comments on how I can help you further. I'm at @chris_noring on Twitter. My IMs are open. :)
Install dependencies:
npm install
Run tests:
npm test
Run tests in watch mode
npm run test:watch
-
There is Node.js path on LEARN platform