git install
npm start
Add the students and books data like :- books:-
{
"BookName": "Sherlok Homes",
"AuthorName": "Cornen doyal",
"PublicationName": "World Publication",
"Pages": 7840,
"HardCover": "true"
}
students like :-
{
"StudentName": "Arijit Chowdhury",
"BookId": 1,
"DateBooked": "2024-07-04",
"DateSubmitted": "2024-09-01",
"Available": "false"
}
###If students failed to created then make sure about the match the bookId value is exist on the books tables.