/houston-book-link

Houston Hackathon 2017 Project [Winner!!]

Primary LanguageJavaScript

Houston Book Link Build Status

See our Houston Hackathon submission.

Technology stack

  • Node script to scrape Overdrive APIs for library entities (/server/extractor)
  • Postgres to store scraped library entries from Overdrive
  • Node express server to expose endpoints for use by front-end
  • CreateReactApp for React front-end, with Bootstrap & ionicons

To serve application

  • Checkout and navigate into the repo
  • Install node from https://nodejs.org/en/download/
  • Get a Postgres instance up and running
  • Run npm install to get dependencies
  • Run npm run migrate && npm run run-seeds to set up your database schema
  • Run npm run extractor to populate your database with books from Overdrive
  • Run npm start to start up Node express server and serve front-end

Contributing

  • Please make changes in feature branches and submit a pull request to master.
  • New contributors welcome!

Houston Book Link logo