db.books.insertOne({
    ISBN: "50004",
    title: "Future Technologies",
    publicationYear: 2027,
    authorID: "au01",
    available: "yes",
    quantityInStock: 3
});

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: