Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 737 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 737 Bytes

comicvine-service

This moleculer-based microservice houses comicvine and Metron related endpoints that are used to fetch metadata for various reasons on 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. 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.
  2. Run it using docker run -it frishi/threetwo-import-service