A simple Node.js / Express.js CRUD application.
Make sure you have Node.js installed.
git clone https://github.com/eknori/nodejs-restApi.git nodejs-restApi # or clone your own fork
cd nodejs-restApi
npm install
npm startYour app should now be running on server_url:3001.