/bookstore-api

API for Ember Bookstore Tutorial

Primary LanguageRuby

#Bookstore API

This is the API for the Ember Bookstore app

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd bookstore-api
  • bundle install
  • rake db:setup

Running / Development

  • rails server
  • Run the Ember Bookstore Application server