An app that displays and keeps track a collection of the user owned books. It can display various info about like ISBN, Title, Author, image, and description.
To see Live Demo please go to the link below: https://bookstache.herokuapp.com/
If you would like to login-in, use demo sign in below: username: [email protected] password: helloworld1234!
Be sure to sign up for the google api to get their api key to input into the env file Also, create a mongodb account to set up the DB and to get their api key.
I have the .envExample file and please input the appropriate info then rename the file to .env
Install: npm install
To start: npm start