use('EduvosLibrary');
db.createCollection('book');
print('book collection created');
db.createCollection('author');
print('author collection created');
db.createCollection('bookauthor');
print('bookauthor collection created');
db.createCollection('member');
print('member collection created');
db.createCollection('borrowedbooks');
print('borrowedbooks collection created');
To embed this project on your website, copy the following code and paste it into your website's HTML: