Get a random book from your Goodreads list with a link to buy it on Powell's.
Setup:
- You will need an instance of MongoDB running in your environment. Here's how to set it up on a Mac: https://treehouse.github.io/installation-guides/mac/mongo-mac.html
- You'll need to copy the
.env_example
file to.env
and fill in your local config vars.
To run:
yarn install && yarn server
Dev mode:
yarn install && yarn run dev