项目作者: mevdschee

项目描述 :
A Node.js port of the full php-crud-api project (single file REST API)
高级语言: JavaScript
项目地址: git://github.com/mevdschee/js-crud-api.git
创建时间: 2017-01-17T09:13:26Z
项目社区:https://github.com/mevdschee/js-crud-api

开源协议:MIT License

下载


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:

  1. sudo apt-get install nodejs nodejs-legacy

Then build the server.

Running

To run the api type:

  1. node app.js

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