69ed09180ad8fa1e6a1784f7a89da36e1b93bf0e
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
- Clone this repo
- Run
npm i - You should see the service spin up and a list of all the endpoints in the terminal
- Run the service using
npm run dev - The service can be accessed through
http://localhost:3080/api/comicvine/*
Docker Instructions
- Build the image using
docker build . -t frishi/threetwo-import-service. Give it a hot minute. - Run it using
docker run -it frishi/threetwo-import-service
Description
Languages
TypeScript
78.4%
HTML
20.6%
Dockerfile
1%