Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 421 Bytes

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.