A Book Management API within the review action.
-
Authentication system
-
Log In Facebook via API
-
Upload Image to Server
-
Heading to the project
$ git clone https://github.com/ymanshur/reviewbook-api $ cd reviewbook-api -
Install the project
bundle install -
Migrate database
rails `db:migrate` -
Seeding the data is optional. But you will see error when generate Review data.
rails db:seed -
Run the server
rails s