Set up a simple Node.js API service that can be run alongside the "hello world" reader. This API serves hardcoded example data as a stand-in for a persistent data store (like postgres or dynamo), which can come from a JSON file. It should have an endpoint to serve entity data identified by paper ID. The idea here is this is something that an external contributor could extend to hook up with their own data store for working on their own features.
Required for https://github.com/allenai/scholar/issues/28683
Set up a simple Node.js API service that can be run alongside the "hello world" reader. This API serves hardcoded example data as a stand-in for a persistent data store (like postgres or dynamo), which can come from a JSON file. It should have an endpoint to serve entity data identified by paper ID. The idea here is this is something that an external contributor could extend to hook up with their own data store for working on their own features.