A GraphQL API for querying information about NPR member stations. Uses the RediSearch database available here.
- Node ~14.10.1
- Docker
- docker-compose
Grab Node.js v14.10.1 or just use nvm.
nvm use
Install dependencies.
yarn
Run locally with docker-compose up
. This will build the images for the API and database (if necessary) and make the application available at http://localhost:3000
Use yarn test
to run the unit tests.