Using the new Express 4.0 Router to build an API
- Node and npm
- Clone the repo:
git clone git@github.com:oresh/node-api.git
- Install dependencies:
npm install
- Start the server:
npm start
Run npm test
to run tests. You'll need dev dependencies installed.
You can also test API methods with Postman