Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

Get That Home API

Welcome to Get That Home-API. The back-end solution for your Get That Home Website 😎

Instructions

  • Clone this repo on your local machine.
  • Run bundle install
  • Setup your datababase:
    • rails db:create
    • rails db:migrate
    • rails db:seed
  • Start the server rails s

About the API

Endpoints

Here the list of available endpoints. The most important are marked with (*)

[WIP]

API Authentication

[WIP]