Using the new Express 4.0 Router to build an API
- Node and npm
- Clone the repo:
https://github.com/le-Lab/node-api.git - Install dependencies:
npm install - Start the server:
node server.js
Test your API using Postman
Be careful we have a lot of problems in our code for it to work properly you will need to read the code to understand what it does.