asharanjith/stay-a-while-back-end

Create Property and Image models[2pt]

rbhatt1999 opened this issue · 0 comments

  • Create Property and Image model according to the UML diagram
  • Include proper validations in the model.
  1. Name should be more than 3 character
  2. Description should not exceed 1000 character
  3. Rent per day is mandatory and should be greater than 0.
  4. Setup associations and relationships