/Express.js_examples

Easy examples, starting with Express.js

Primary LanguageJavaScript

Express Path

Easy examples to start with Express.js

Installation

$ npm install express --save

Usage

To run the apps use this command

$ node app.js

Test API's in the console

To test the apps in the console use this command

$ curl http://localhost:3000/

You can print the headers of the response

$ curl -i http://localhost:3000/blocks

Credits

Author : Vincenzo Bianco