2021-11-08 10:38:59 -08:00
2021-10-12 21:28:20 -07:00
2021-06-17 12:04:45 -07:00
2021-11-04 15:21:40 -07:00
2021-06-17 12:04:45 -07:00
2021-09-28 21:17:43 -07:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
✂️ Refactoring
2021-08-02 18:01:44 -07:00
2021-06-17 12:04:45 -07:00
2021-06-17 12:04:45 -07:00
2021-09-01 12:16:59 -07:00
2021-06-17 12:04:45 -07:00
2021-11-08 10:38:59 -08:00
2021-11-08 10:38:59 -08:00
2021-09-02 00:15:30 -07:00
2021-06-17 12:04:45 -07:00

comicvine-service

This moleculer-based microservice houses comicvine 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
Description
Metadata-related endpoints for ThreeTwo!
Readme 926 KiB
Languages
TypeScript 78.4%
HTML 20.6%
Dockerfile 1%