Vinz93 / Express.js_examples

Easy examples, starting with Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easy examples, starting with Express.js


Languages

Language:JavaScript 70.9%Language:HTML 20.1%Language:CSS 8.9%