Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 337 Bytes

ngrok Sample REST API

This project contains a basic REST API for use in following guides on the ngrok docs site.

Prerequisites

  • Node.js
  • npm

How to run this API

  • Install dependencies by running: npm install
  • Update the port on line 191 if necessary
  • Start the API by running: npm run start