Skip to content

Tanmoydas27/library_management_apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library_management_apis

Installed all the dependencies in your local system by using...

git install

then check the .env file to configure and then run the file command with:-

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published