Built a system that allows users to perform a keyword search for specific books via google books api. Users can track their selected books within their personal inventory, and then users can share the books with other users.
Fork and clone the project, to your computer.
You will need to install ruby 2.3.3 or newer. You will need to have a IDE Atom or other.
You will need to have sqlite3.
https://www.ruby-lang.org/en/documentation/installation/
http://www.sqlitetutorial.net/download-install-sqlite/
- After forking and cloning the app on the backend folder you will need to run bundle install on the terminal.
- Run rails db:create, rails db:migrate and rails db:seed on the terminal.
- Run rails s or rails server on your terminal.
- On the frontend folder run npm install and after run npm start on your terminal.
- You will see this question “Would you like to run the app on another port instead?” type y and it should open on your browser.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.