Skip to content

Kalostrinho/node-services

Repository files navigation

NODE SERVICES

An awesome CLI tool to create a mocked RESTful service and execute few JS tests for the service spawned

IMPROVEMENTS:

  • Uses a Node CLI application instead of plain shell commands
  • Clean up now only removes the images created by this application
  • Cadence and speed is wa better with Node

PRE-REQUISITES

  1. Node (12+)
  2. Docker (18+)

EASIEST WAY TO INSTALL PRE-REQUISITES

  1. Install HomeBrew 🍺
  2. Use HomeBrew to install NodeJS
brew update
brew install node
  1. Install Docker

HOW TO USE

  1. Clone the repository to your local
  2. Perform a npm install
  3. Perform a npm link
  4. Run service-now to set things up
  5. If everything went properly, at the end you'll see a brief summary of the services spawned.
  6. Enjoy 😃

About

A cool NodeJS CLI tool to spawn a mocked service locally using Docker and Wiremock standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages