Development Challenge for Node.js This challenge aims to evaluate basic skills in Node.js development, and a bit of data/entity modeling. The idea is to build an HTTP REST API.
npm install
GET ':/key'
GET ':/'
GET '/limit/{ number }'
GET '/sorted'
GET '/sorted/{ number }'
POST '/'
Add actors and directors
POST '/actor'
POST '/director'
GET '/{ string }'
POST '/'