Persian-Prince / Innovator-s-Library

This is a library management system to make work easy
1 stars 9 forks source link

Added a Model for Book #18

Closed JaniPaasiluoto closed 3 years ago

JaniPaasiluoto commented 3 years ago

Added a Book Model where title and author fields are required, other fields can be empty and are saved as null in that case. The field rating is validated so it must be between 1 to 10. The field mrp must be a positive integer.