This is a fullstack application for tracking and keeping up-to-date with books you have read and notable quotes from those books. The objective of this application is to display all the books a user has completed along with quotes from the books.
- node version 16.13.2
- npm version 8.5.5
- ruby 2.7.4
- PostgreSQL 9.3
Fork and clone Run npm install --prefix client(or yarn) Bundle install Run rails db:migrate Run rails db:seed Run npm start --prefix client Run rails s