Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ymanshur/reviewbook-api

Repository files navigation

Review Book API

A Book Management API within the review action.

Things this project covers

  • Authentication system

  • Log In Facebook via API

  • Upload Image to Server

Setup

  1. Heading to the project

    $ git clone https://github.com/ymanshur/reviewbook-api
    $ cd reviewbook-api
    
  2. Install the project

    bundle install
    
  3. Migrate database

    rails `db:migrate`
    
  4. Seeding the data is optional. But you will see error when generate Review data.

    rails db:seed
    
  5. Run the server

    rails s
    

About

A Book Management API within the review action

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published