Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 347 Bytes

QuackJS Test api

api for canned responses

Structure

The route will be dynamically created based on the location of the file

e.g. http method = POST 'http://localhost:5477/{route}'

responses ->
	auth ->
		POST ->
			find.json

Any routes that need custom logic then add to routes folder

Installation

  1. npm install
  2. node app.js