From 14a16ead5099284c99123166c13826f3d367986b Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 2 Sep 2021 00:15:30 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Added=20notes=20on=20how?= =?UTF-8?q?=20to=20start=20the=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7059606..3b98398 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # comicvine-service -This microservice houses [comicvine](http://comicvine.gamespot.com) related endpoints that are used -to fetch metadata for various reasons on [ThreeTwo!](https://github.com/rishighan/threetwo). +This [moleculer-based](https://github.com/moleculerjs/moleculer-web) microservice houses [comicvine](http://comicvine.gamespot.com) related endpoints that are used +to fetch metadata for various reasons on [ThreeTwo!](https://github.com/rishighan/threetwo) ## Local Development 1. Clone this repo 2. Run `npm i` 3. You should see the service spin up and a list of all the endpoints in the terminal -4. The service can be accessed through `http://localhost:3080/api/comicvine/*` +4. Run the service using `npm run dev` +5. The service can be accessed through `http://localhost:3080/api/comicvine/*` ## Docker Instructions 1. Build the image using `docker build . -t frishi/threetwo-import-service`. Give it a hot minute.