From 3b75a8dc87b0d5a8d8be65836e910c4aeea4d045 Mon Sep 17 00:00:00 2001 From: agatha Date: Thu, 7 Sep 2023 20:09:06 -0400 Subject: [PATCH] Update usage instruction --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95b6412..bdea21a 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,23 @@ other HTTP-related code. ## Requirements Requires either [Mockoon Desktop](https://mockcoon.com/download) or -[Mockoon CLI](https://hub.docker.com/r/mockoon/cli) +[Mockoon CLI](https://hub.docker.com/r/mockoon/cli). ## Features - JSON responses - Randomized HTTP responses ## Usage +Import the environment file [mockoon-env.json](mockoon-env.json) into Mockcoon Desktop and click "Start Server". + + +For a more simple deployment use Docker: ```shell docker compose up ``` Requests will be served at http://localhost:3000 unless another port is specified -in the compose file. +in the Mockcoon environment settings or the [docker-compose.yml](docker-compose.yml) file. ## Routes