Getting Started

Prerequisites

ruby -2.6.6
rails -6.0.3

Installing

Clone repository:

git clone git@github.com:tylertomlinson/monster_shop_2001.git

Navigate into directory:

cd monster_shop_2001

Run Setup:

bin/setup

Fire up local server: (http://localhost:3000)

rails s

API Endpoints

GET /clients

GET /clients/:client_id

POST /clients name=tyler subscribed=true

POST /clients?name=tyler&subscribed=true

GET /reviews client_Id=487

*GET /reviews?client_Id=487