js-crud-api icon indicating copy to clipboard operation
js-crud-api copied to clipboard

A Node.js port of the full php-crud-api project (single file REST API)

js-crud-api

This is a Node.js port of the php-crud-api project (single file REST API). It currently only implements the core functionality.

Dependencies

Install dependencies using:

sudo apt-get install nodejs nodejs-legacy

Then build the server.

Running

To run the api type:

node app.js

You can see the api at work at http://localhost:8000/posts/1.