This is a GraphQL API built with Ruby on Rails for a property management site.
The API has 3 main resources:
-
Property
- name
- description
- city
-
Furnishing
- chairs
- beds
- tables
-
Valuation
- priceCents
- priceCurrency
- hasOffer
-
Clone the repo locally:
git clone git@github.com:briankabiro/properties-api.git
-
Install the dependencies:
bundle install
-
Start the server:
rails s
- Run tests by running:
rspec -f d