Skip to content

lidianvilazio/Book-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Book System

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.

Demo

Getting Started

Fork and clone the project, to your computer.

Prerequisites

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/

Installing

  1. After forking and cloning the app on the backend folder you will need to run bundle install on the terminal.
  2. Run rails db:create, rails db:migrate and rails db:seed on the terminal.
  3. Run rails s or rails server on your terminal.
  4. On the frontend folder run npm install and after run npm start on your terminal.
  5. 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.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Lidian Vilazio-Hays

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published