darkhorse07232020 / node-js-restful-api-example

An example about how to create a RESTful API using Express.js. The four CRUD operations are provided: create, read, update and delete records. This server keeps an array of JSON objects in memory and runs the CRUD operations on it. If the server is re…
11Updated 8 years ago

Related projects

Alternatives and complementary repositories for node-js-restful-api-example