/node-express-template

📡 Lightweight Node/Express server template that sends canned responses to requests.

Primary LanguageJavaScriptMIT LicenseMIT

Node microservice

Endpoints

curl http://localhost:3000/
curl -X POST http://localhost:3000/

Main dependencies

  • Node
  • Express

Setup

npm i

Development

npm start

A Node microservice will start listening for requests at localhost:3000.