A NodeJS Express worker to generate and deliver information for Native Depictions, Web Depictions, and other miscellaneous uses.
ISSUE TRACKING HAS BEEN MOVED TO THE VAPAS JIRA
In order to run the worker, you'll first need to create a .env file that contains:
- A
URLvariable that points to what URL the worker is running on. - A
SENTRYDSNvariable used for Sentry error reporting. - A
dbURLvariable that points to a MongoDB database.
After that, just run yarn install and then yarn start!


