Loading repository data…
Loading repository data…
DariusGarcia / repository
BookHub is Node.js app that allows users to view books stored in our library database. They can add to their reading list or to just browse a variety of different books.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
https://book-hub.herokuapp.com/
BookHub is Node.js app that allows users to view books stored in our book database. Users can add to their reading list or just browse a variety of different books.
/books/clone the repo to local machine
cd bookhub/
Install dependencies
npm install
Add your own env variables to connect to SQL db.
bookhub/.env
Seed the database with data
npm run seed
start express server
nodemon server.js