Updating the project, please visit
https://github.com/YolandaHaynes/bookstache-redwood
below was my past ideas on how I was to convert my CRUD app:
frontend: https://github.com/YolandaHaynes/bookstache-react
backend: https://github.com/YolandaHaynes/bookstache-backend
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.com/
If you would like to login-in, use demo sign in below: username: demo@example.com 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