Skip to content

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

License

Notifications You must be signed in to change notification settings

mevdschee/js-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published