Creating a Local Library Catalog Management using Express, MongoDB, and PUG
The Page have four object models: Books, Author, Genre, and BookInstance.
The list of this 4 objects can be visited in the sidebar and have the respective sample views:
Each model's information can be viewed in their own respective page with their id as their url detail access: /catalog/<object>/<id>
Sample Page for Object Details:
The App also allows for Creation, Update, and Delete
This Project is done thru following the MDNLocalLibrary Documentation