An open API service indexing awesome lists of open source software.

https://github.com/mevdschee/js-crud-api

A Node.js port of the full php-crud-api project (single file REST API)
https://github.com/mevdschee/js-crud-api

api-server crud crud-functionality json json-data nodejs rest-api rest-json restful restful-api

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# js-crud-api

This is a Node.js port of the [php-crud-api](https://github.com/mevdschee/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.