shahadat3669 / rent-home-now-api

Rent Home Now API is RESTful API that facilitates the connection between property owners interested in renting out their properties and potential renters. The API allows for the creation of reservations on selected properties. It has been developed using the Ruby on Rails framework and uses a PostgreSQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] Create the categories

shahadat3669 opened this issue · comments

  • Create the properties model with the following field:
    • name
  • configure many-to-many relationships with properties.
  • Add validation rules.
  • Add test cases for the model.