Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 370 Bytes

Getting Started

  1. Clone the repo

git clone https://github.com/KristopherPaulsen/genuine-mock-server-helloworld

  1. install packages

    npm install

  2. start the mock server (using node, nodemon, or your prefered script watcher)

    node server.js

  3. curl any of the endpoints in mocks/helloworld

    curl http://localhost:8080/api/helloworld/simple