An awesome CLI tool to create a mocked RESTful service and execute few JS tests for the service spawned
- Uses a
Node CLIapplication instead of plain shell commands Clean upnow only removes the images created by this applicationCadence and speedis wa better withNode
- Node (12+)
- Docker (18+)
- Install HomeBrew 🍺
- Use HomeBrew to install NodeJS
brew update
brew install node
- Install Docker
- Clone the repository to your local
- Perform a
npm install - Perform a
npm link - Run
service-nowto set things up - If everything went properly, at the end you'll see a brief summary of the services spawned.
- Enjoy 😃