TimmyChan99/Car-rental-app-back-end

[3pt] Add validation and tests

TimmyChan99 opened this issue · 0 comments

  • Add validation to:
    • Car model:
      • validate the name, price and description
    • reservation model:
      • validate the city, duration and date_reserved
  • Add unit tests for the models.