This is a Node.js port of the php-crud-api project (single file REST API). It currently only implements the core functionality.
Install dependencies using:
sudo apt-get install nodejs nodejs-legacy
Then build the server.
To run the api type:
node app.js
You can see the api at work at http://localhost:8000/posts/1.