Closed DamyanBG closed 1 year ago
Home model must be changed a bit. The changes are:
name
title
place
city
neighborhood
price
address
Tweak the CRUD operations to work with the new model, change the tests too.
Home model must be changed a bit. The changes are:
name
must be changed totitle
place
must be changed tocity
neighborhood
which have to be string min 3 max 100price
to Stringaddress
which have to be string min 3 max 255Tweak the CRUD operations to work with the new model, change the tests too.